Show passphrase checkbox in create key
This commit is contained in:
committed by
Adithya Abraham Philip
parent
5f0a468d9a
commit
3012001979
@@ -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>
|
||||
|
||||
|
||||
@@ -129,6 +129,7 @@
|
||||
<string name="label_passphrase">"Passphrase"</string>
|
||||
<string name="label_unlock">"Unlocking…"</string>
|
||||
<string name="label_passphrase_again">"Repeat Passphrase"</string>
|
||||
<string name="label_show_passphrase">"Show Passphrase"</string>
|
||||
<string name="label_algorithm">"Algorithm"</string>
|
||||
<string name="label_ascii_armor">"File ASCII Armor"</string>
|
||||
<string name="label_file_ascii_armor">"Enable ASCII Armor"</string>
|
||||
|
||||
Reference in New Issue
Block a user