From 0f813d668d657b5f8eddd5ef6dab9e74e5133552 Mon Sep 17 00:00:00 2001 From: Matthew Fritze Date: Thu, 20 Oct 2016 15:35:29 -0700 Subject: [PATCH] Support tile title text line wraps Change-Id: Ice430d03877618aacad21e5ee6167516f60f02fd Fixes: 32239411 Test: Manual --- res/layout/support_tile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/support_tile.xml b/res/layout/support_tile.xml index e5e49f40fcc..e294868ff1b 100644 --- a/res/layout/support_tile.xml +++ b/res/layout/support_tile.xml @@ -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"/>