minor xml code style correction

This commit is contained in:
Adithya Abraham Philip 2015-03-08 12:57:37 +05:30
parent f181a1ecbe
commit 820005bc37

View File

@ -59,14 +59,14 @@
android:text="@string/label_passphrase" /> android:text="@string/label_passphrase" />
<org.sufficientlysecure.keychain.ui.widget.PassphraseEditText <org.sufficientlysecure.keychain.ui.widget.PassphraseEditText
android:id="@+id/create_key_passphrase" android:id="@+id/create_key_passphrase"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:imeOptions="actionNext" android:imeOptions="actionNext"
android:inputType="textPassword" android:inputType="textPassword"
android:hint="@string/label_passphrase" android:hint="@string/label_passphrase"
android:ems="10" android:ems="10"
android:layout_gravity="center_horizontal" /> android:layout_gravity="center_horizontal" />
<EditText <EditText
android:id="@+id/create_key_passphrase_again" android:id="@+id/create_key_passphrase_again"