aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-31 21:31:22 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-31 21:31:22 -0700
commit8306a6ad9dd4875801d782caa2ca6df1bb8c2eb9 (patch)
tree51812ec3f903bdcba26ec236294f57e6eac9613a /subsonic-android/res/layout
parent63bea6976413bb2e24ea9d606a8fe5cff2e3de44 (diff)
downloaddsub-8306a6ad9dd4875801d782caa2ca6df1bb8c2eb9.tar.gz
dsub-8306a6ad9dd4875801d782caa2ca6df1bb8c2eb9.tar.bz2
dsub-8306a6ad9dd4875801d782caa2ca6df1bb8c2eb9.zip
Added Genre combo to Shuffle dialog (thanks archrival for parsers)
Diffstat (limited to 'subsonic-android/res/layout')
-rw-r--r--subsonic-android/res/layout/shuffle_dialog.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/subsonic-android/res/layout/shuffle_dialog.xml b/subsonic-android/res/layout/shuffle_dialog.xml
index 2a21dc11..e78aba33 100644
--- a/subsonic-android/res/layout/shuffle_dialog.xml
+++ b/subsonic-android/res/layout/shuffle_dialog.xml
@@ -66,6 +66,14 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginLeft="4dp"
- android:hint="@string/shuffle.genre" />
+ android:hint="@string/shuffle.genre"/>
+
+ <Button
+ android:id="@+id/genre_combo"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:layout_marginLeft="4dp"
+ android:text="@string/shuffle.genre"/>
</LinearLayout>
</LinearLayout> \ No newline at end of file