diff options
author | Daniƫl van den Berg <danielvandenberg95@gmail.com> | 2016-10-17 13:00:58 +0200 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2016-10-17 13:00:58 +0200 |
commit | d93692414ad6baa014230328f8135256de26017d (patch) | |
tree | 25ebf1e5f9fd768e980e34c37cc11d8e40600b59 /app/src/main/res/layout | |
parent | 0bab911033787d96a64755e544cc8831bc9c0114 (diff) |
Added the ability to make an invisible password visible using a button, and added some rough translations. (#230)
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index 6c8fc1ff..0c7850d8 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -105,6 +105,15 @@ android:layout_row="1" android:layout_column="0" android:layout_columnSpan="3"/> + + <Button + android:id="@+id/crypto_password_toggle_show" + android:layout_width="match_parent" + android:text="@string/show_password" + android:layout_height="wrap_content" + android:layout_row="2" + android:layout_column="0" + android:layout_columnSpan="3"/> </GridLayout> <LinearLayout |