Support tile title text line wraps

am: 0f813d668d

Change-Id: I47a4f7f95f0bce43a55e661209d48142f82e5b42
This commit is contained in:
Matthew Fritze
2016-10-21 16:36:19 +00:00
committed by android-build-merger

View File

@@ -34,7 +34,7 @@
android:id="@+id/tile_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:maxLines="2"
android:textAppearance="@style/TextAppearance.TileTitle"
android:ellipsize="end"
android:fadingEdge="horizontal"/>