aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/edit_key_key_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/edit_key_key_item.xml')
-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>