mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-24 17:00:13 +02:00
Fixed crash when ellipsing line. See https://github.com/zeapo/Android-Password-Store/issues/207.
This commit is contained in:
parent
113725e3ab
commit
59aacc2a56
|
|
@ -31,6 +31,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="start"
|
||||
android:singleLine="true"
|
||||
android:text="TYPE"
|
||||
android:textSize="14dp"
|
||||
android:textColor="@color/grey_500"
|
||||
|
|
|
|||
Loading…
Reference in a new issue