aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-25 19:29:12 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-25 19:29:12 +0100
commit21deff0b7c0d9e4b659313d2adb976950df4e4af (patch)
tree79fd102a2c32d52abdd4bbbdb45d0c045ea1eae0 /OpenPGP-Keychain
parent18d1dc4525536fb340e66b228590457311798e7a (diff)
downloadopen-keychain-21deff0b7c0d9e4b659313d2adb976950df4e4af.tar.gz
open-keychain-21deff0b7c0d9e4b659313d2adb976950df4e4af.tar.bz2
open-keychain-21deff0b7c0d9e4b659313d2adb976950df4e4af.zip
smaller expiry buttons
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/res/layout/edit_key_key_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/layout/edit_key_key_item.xml b/OpenPGP-Keychain/res/layout/edit_key_key_item.xml
index ad6bd6779..4bf4aa38a 100644
--- a/OpenPGP-Keychain/res/layout/edit_key_key_item.xml
+++ b/OpenPGP-Keychain/res/layout/edit_key_key_item.xml
@@ -82,8 +82,9 @@
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/expiry"
android:layout_width="match_parent"
- android:layout_height="60dp"
+ android:layout_height="40dp"
android:text="@string/none"
+ bootstrapbutton:bb_size="small"
bootstrapbutton:bb_type="default" />
</TableRow>