From 6313f3bb976fe62ea6f3189c3a68f12cdc3d18da Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 2 May 2014 18:25:43 -0700 Subject: Add back star to albums, make grid text a step smaller --- res/layout/album_cell_item.xml | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'res') diff --git a/res/layout/album_cell_item.xml b/res/layout/album_cell_item.xml index 9cc85c6e..2a3f7e4e 100644 --- a/res/layout/album_cell_item.xml +++ b/res/layout/album_cell_item.xml @@ -29,18 +29,35 @@ android:id="@+id/album_title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textAppearance="?android:attr/textAppearanceMedium" + android:textAppearance="?android:attr/textAppearanceSmall" android:singleLine="true" android:ellipsize="marquee" android:text="@string/search.albums"/> - + + + + + +