aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/shuffle_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/shuffle_dialog.xml')
-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