Show passphrase checkbox in create key

This commit is contained in:
Dominik Schürmann
2015-03-09 22:09:48 +01:00
committed by Adithya Abraham Philip
parent 5f0a468d9a
commit 3012001979
3 changed files with 27 additions and 0 deletions

View File

@@ -46,6 +46,13 @@
android:ems="10"
android:layout_gravity="center_horizontal" />
<CheckBox
android:id="@+id/create_key_show_passphrase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="@string/label_show_passphrase" />
</LinearLayout>
</ScrollView>