From 2b93e03190fa73f6c66c3f7121ab8c942b6133e5 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 13 Sep 2012 20:06:43 -0700 Subject: Removed border around Albums on main tab (ugly as hell in dark mode) --- subsonic-android/res/layout/main_buttons.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/subsonic-android/res/layout/main_buttons.xml b/subsonic-android/res/layout/main_buttons.xml index 969ad99e..0c471585 100644 --- a/subsonic-android/res/layout/main_buttons.xml +++ b/subsonic-android/res/layout/main_buttons.xml @@ -48,11 +48,12 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="#EFEFEF" - android:textStyle="bold" - android:background="#A5A5A5" + android:textColor="@color/cyan" android:gravity="center_vertical" - android:paddingLeft="4dp"/> + android:paddingLeft="6dp" + android:textAllCaps="true" + android:textStyle="bold" + android:textSize="16sp"/>