Show passphrase checkbox in create key

This commit is contained in:
Dominik Schürmann
2015-03-10 03:46:10 +05:30
committed by Adithya Abraham Philip
parent 5f0a468d9a
commit 3012001979
3 changed files with 27 additions and 0 deletions
@@ -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>