Merge "Force dashboard summary to single-line and ellipsize it" into nyc-dev
am: 24aa3b01af
* commit '24aa3b01af017c0d020a4e31ff88203f20140ce3':
Force dashboard summary to single-line and ellipsize it
Change-Id: I16fb9f03066017c946fa787ca5b0214e1b9f64de
diff --git a/res/layout/dashboard_tile.xml b/res/layout/dashboard_tile.xml
index fa7a63b..a588ed4 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" />
</LinearLayout>