diff options
author | Parménides GV <parmegv@sdf.org> | 2014-06-19 16:41:53 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-06-19 16:41:53 +0200 |
commit | f721df21a6fd1f3bb2588e67298ae33993041779 (patch) | |
tree | ef01f71d82eeb1ffca6411827a7cc548d80537d5 /app | |
parent | 6ac43e5e95046308815581abf3189f12df841923 (diff) |
Reordered introduced lines in textviews
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/client_dashboard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/client_dashboard.xml b/app/src/main/res/layout/client_dashboard.xml index 0103e7bc..f33ac285 100644 --- a/app/src/main/res/layout/client_dashboard.xml +++ b/app/src/main/res/layout/client_dashboard.xml @@ -12,9 +12,9 @@ android:background="?android:attr/selectableItemBackground" > <TextView - android:layout_marginLeft="5dp" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginLeft="5dp" android:ellipsize="marquee" android:fadingEdge="horizontal" android:singleLine="true" @@ -22,10 +22,10 @@ android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView - android:layout_marginLeft="10dp" android:id="@+id/providerName" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginLeft="10dp" android:ellipsize="marquee" android:fadingEdge="horizontal" android:singleLine="true" |