diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2014-03-15 13:18:52 +0100 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2014-03-15 18:20:49 +0100 |
commit | 9920196f70a67301117770421526a6e5c4cc1332 (patch) | |
tree | 608f86327512e44cf38073630cb3755013f2acf5 /OpenPGP-Keychain/src/main/res/layout | |
parent | db25c56b6479a3679a8abe01e865ad5231be73ee (diff) | |
download | open-keychain-9920196f70a67301117770421526a6e5c4cc1332.tar.gz open-keychain-9920196f70a67301117770421526a6e5c4cc1332.tar.bz2 open-keychain-9920196f70a67301117770421526a6e5c4cc1332.zip |
certify: selectsecretkeyfragment cosmetics
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml index c9661c614..408c0c54e 100644 --- a/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml +++ b/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml @@ -52,16 +52,25 @@ android:layout_marginRight="5dip" android:text="" android:visibility="gone" - android:textAppearance="?android:attr/textAppearanceSmall" /> + android:textAppearance="?android:attr/textAppearanceSmall" + android:paddingLeft="10dp" /> <TextView android:id="@+id/select_secret_key_master_key_hex" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="left" + android:textAppearance="?android:attr/textAppearanceSmall" + android:visibility="gone" + android:layout_marginRight="15dip" /> + + <TextView + android:id="@+id/no_key_selected" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" android:textAppearance="?android:attr/textAppearanceSmall" android:text="@string/api_settings_no_key" - android:layout_marginRight="5dip" /> + android:layout_marginTop="15dp" /> </LinearLayout> |