diff options
author | Mohamed <mohamed@zenadi.com> | 2017-11-19 12:27:31 +0100 |
---|---|---|
committer | Mohamed <mohamed@zenadi.com> | 2017-11-19 12:27:31 +0100 |
commit | c1db901feab2b8130f53b9cd6cc57e37a6c54387 (patch) | |
tree | 1d9096c9c5e14ae2584e891822988b935175ee58 /app/src/main/res | |
parent | b2839eb0a166cdff87e1a1a2433f036bb71be203 (diff) |
hide password label if password is empty
fix #295
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index 727b6376..1fde3b79 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -67,6 +67,7 @@ android:layout_height="wrap_content"> <TextView + android:id="@+id/crypto_password_show_label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textStyle="bold" |