mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
Fixed crash when ellipsing line. (#208)
* Fixed crash when ellipsing line. See https://github.com/zeapo/Android-Password-Store/issues/207.
* Added the ability to move passwords around.
* Revert "Added the ability to move passwords around."
This reverts commit 458f5ea1d9
.
* Removed maxlines:1
This commit is contained in:
committed by
Mohamed Zenadi
parent
113725e3ab
commit
4075fddd60
@@ -29,8 +29,8 @@
|
||||
android:id="@+id/type"
|
||||
android:layout_width="wrap_content"
|
||||
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"
|
||||
|
Reference in New Issue
Block a user