aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/main_buttons.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-06-02 21:55:32 -0700
committerScott Jackson <daneren2005@gmail.com>2013-06-02 21:55:32 -0700
commit5e3992fd414c145c0df1e29ffa3e19e89166378f (patch)
treed3718efd6f2f3f79635de96ee9b45be9d206c5e1 /subsonic-android/res/layout/main_buttons.xml
parent8306a6ad9dd4875801d782caa2ca6df1bb8c2eb9 (diff)
downloaddsub-5e3992fd414c145c0df1e29ffa3e19e89166378f.tar.gz
dsub-5e3992fd414c145c0df1e29ffa3e19e89166378f.tar.bz2
dsub-5e3992fd414c145c0df1e29ffa3e19e89166378f.zip
Added Genre fragment (thanks archrival)
Diffstat (limited to 'subsonic-android/res/layout/main_buttons.xml')
-rw-r--r--subsonic-android/res/layout/main_buttons.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/main_buttons.xml b/subsonic-android/res/layout/main_buttons.xml
index e8be57f0..1e60838d 100644
--- a/subsonic-android/res/layout/main_buttons.xml
+++ b/subsonic-android/res/layout/main_buttons.xml
@@ -128,6 +128,18 @@
android:paddingLeft="6dip"
android:paddingRight="6dip"
android:minHeight="50dip"/>
+ <TextView
+ android:id="@+id/main_albums_genres"
+ android:text="@string/main.albums_genres"
+ android:drawableRight="@drawable/list_item_more"
+ android:drawablePadding="6dip"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:gravity="center_vertical"
+ android:paddingLeft="6dip"
+ android:paddingRight="6dip"
+ android:minHeight="50dip"/>
<TextView
android:id="@+id/main_albums_random"
android:text="@string/main.albums_random"