aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-09-13 20:06:43 -0700
committerScott Jackson <daneren2005@gmail.com>2012-09-13 20:06:43 -0700
commit2b93e03190fa73f6c66c3f7121ab8c942b6133e5 (patch)
treeece95a30ce2666740b1289bab5ef2cf99bf35864
parentd30475bfc714a8d17e48a8c19bfcc52e636f2409 (diff)
downloaddsub-2b93e03190fa73f6c66c3f7121ab8c942b6133e5.tar.gz
dsub-2b93e03190fa73f6c66c3f7121ab8c942b6133e5.tar.bz2
dsub-2b93e03190fa73f6c66c3f7121ab8c942b6133e5.zip
Removed border around Albums on main tab (ugly as hell in dark mode)
-rw-r--r--subsonic-android/res/layout/main_buttons.xml9
1 files 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"/>
<TextView
android:id="@+id/main_albums_newest"