Merge "Force dashboard summary to single-line and ellipsize it" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
24aa3b01af
@@ -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