From e1260eafd3b6053fd51663b2eff5b97fabf51c4e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 18 Dec 2015 17:48:44 -0800 Subject: Use card view for albums as well --- app/src/main/res/layout/album_cell_item.xml | 141 ++++++++++++++-------------- 1 file changed, 73 insertions(+), 68 deletions(-) (limited to 'app/src/main/res/layout/album_cell_item.xml') diff --git a/app/src/main/res/layout/album_cell_item.xml b/app/src/main/res/layout/album_cell_item.xml index f6693a7f..da872273 100644 --- a/app/src/main/res/layout/album_cell_item.xml +++ b/app/src/main/res/layout/album_cell_item.xml @@ -1,90 +1,95 @@ - + android:layout_height="match_parent"> - + android:layout_height="match_parent" + android:background="?attr/selectableItemBackground"> - + android:layout_height="0dp" + android:layout_weight="1"> - - + - + + - - + android:orientation="horizontal" + android:paddingTop="4dp" + android:paddingLeft="2dp"> + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:gravity="center_vertical" + android:orientation="vertical"> + android:ellipsize="marquee" + android:text="@string/search.albums" + android:textColor="?android:textColorPrimary"/> + + - + + + + + + - - - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3