Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 01df437

Browse files
committed
wrapping of long passwords
resolves #360
1 parent 0b9eeb2 commit 01df437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/res/layout/decrypt_layout.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@
9191

9292
<TextView
9393
android:id="@+id/crypto_password_show"
94-
android:layout_width="wrap_content"
94+
android:layout_width="0dp"
9595
android:layout_height="wrap_content"
9696
android:layout_column="2"
97+
android:layout_gravity="fill"
98+
android:gravity="bottom"
9799
android:layout_row="0"
98100
android:textColor="@android:color/black"
99101
android:typeface="monospace" />

0 commit comments

Comments
 (0)