diff options
-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" |