Merge "Force dashboard summary to single-line and ellipsize it" into nyc-dev am: 24aa3b01af
am: 49d704c228
* commit '49d704c228cfbae65546523db4a6fee3cdbbf5ea':
Force dashboard summary to single-line and ellipsize it
Change-Id: I59c98ac0e5d79f4bfb00d2dbffb1d773a5d5d4f5
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user