mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
minor xml code style correction
This commit is contained in:
parent
f181a1ecbe
commit
820005bc37
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user