aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van den Berg <danielvandenberg95@gmail.com>2016-08-18 14:24:22 +0200
committerMohamed Zenadi <zeapo@users.noreply.github.com>2016-08-18 14:24:22 +0200
commit4075fddd6005e5bd516e2a5ec43ed28804e8a318 (patch)
tree1134265deea2e87849882fc17d9702f9706edd98
parent113725e3ab94fa72824b81595fb3a8d64a636e6e (diff)
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 458f5ea1d9c85be78edf8d7d2d8077b20b12f168. * Removed maxlines:1
-rw-r--r--app/src/main/res/layout/password_row_layout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/password_row_layout.xml b/app/src/main/res/layout/password_row_layout.xml
index 5fd62249..5860fe48 100644
--- a/app/src/main/res/layout/password_row_layout.xml
+++ b/app/src/main/res/layout/password_row_layout.xml
@@ -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"