aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/create_key.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/create_key.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/create_key.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenPGP-Keychain/res/layout/create_key.xml b/OpenPGP-Keychain/res/layout/create_key.xml
index 8858e8d80..8014dbefc 100644
--- a/OpenPGP-Keychain/res/layout/create_key.xml
+++ b/OpenPGP-Keychain/res/layout/create_key.xml
@@ -58,14 +58,12 @@
android:padding="4dp"
android:text="@string/label_keySize" />
- <EditText
+ <Spinner
android:id="@+id/create_key_size"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="right"
- android:numeric="integer"
- android:padding="4dp"
- android:text="@string/default_key_bit_size" />
+ android:padding="4dp" />
</TableRow>
</TableLayout>