From 1b467698529b3f3a6a01912004e7c3ef8a769a70 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 12 Jan 2016 17:33:34 -0800 Subject: Tweak fast scrollbars some more + add padding for regular scrollbar --- app/src/main/res/layout/album_cell_item.xml | 3 +-- 1 file changed, 1 insertion(+), 2 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 524727a0..4ad32409 100644 --- a/app/src/main/res/layout/album_cell_item.xml +++ b/app/src/main/res/layout/album_cell_item.xml @@ -91,8 +91,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right|center_vertical" - android:paddingRight="2dp" - style="@style/BasicButton"/> + style="@style/MoreButton"/> -- cgit v1.2.3