diff --git a/res/layout/dashboard_tile.xml b/res/layout/dashboard_tile.xml index fa7a63bde02..a588ed4bbab 100644 --- a/res/layout/dashboard_tile.xml +++ b/res/layout/dashboard_tile.xml @@ -51,7 +51,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="@style/TextAppearance.Small" - android:textColor="?android:attr/textColorSecondary" /> + android:textColor="?android:attr/textColorSecondary" + android:maxLines="1" + android:ellipsize="end" + android:paddingEnd="@dimen/dashboard_tile_image_margin_start" />