Fixes for expiry UI

This commit is contained in:
Dominik Schürmann
2014-08-18 11:02:41 +02:00
parent 56fb822034
commit 3e7ce0008f
6 changed files with 109 additions and 67 deletions

View File

@@ -4,6 +4,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<CheckBox
android:id="@+id/edit_subkey_expiry_no_expiry"
android:layout_marginTop="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:checked="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/btn_no_date" />
<DatePicker
android:id="@+id/edit_subkey_expiry_date_picker"
android:layout_gravity="center_horizontal"