diff options
author | حسين <zidhussein@gmail.com> | 2018-10-12 17:01:08 +0100 |
---|---|---|
committer | حسين <zidhussein@gmail.com> | 2018-10-12 17:01:08 +0100 |
commit | 01df4371db435fe3b36cf63a8a9670cec6144271 (patch) | |
tree | 496b153d3bacfd88c350c245b4fdf5dcc2c4039f | |
parent | 0b9eeb27e764aab8dacf11d53bc22b2be3cf4614 (diff) |
wrapping of long passwords
resolves #360
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index d08e0dbf..6f0d9d18 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -91,9 +91,11 @@ <TextView android:id="@+id/crypto_password_show" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_column="2" + android:layout_gravity="fill" + android:gravity="bottom" android:layout_row="0" android:textColor="@android:color/black" android:typeface="monospace" /> |