aboutsummaryrefslogtreecommitdiff
path: root/res/layout/edit_play_action.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-10-16 19:10:04 -0700
committerScott Jackson <daneren2005@gmail.com>2014-10-16 19:10:04 -0700
commit30847da1fd577f08bd02803b788c908df6f8c791 (patch)
tree52b6df550a2281d722c8c863aaf9dafd9306c8f9 /res/layout/edit_play_action.xml
parentff5e91853f50349706943bf4f80431bd1d0cab37 (diff)
downloaddsub-30847da1fd577f08bd02803b788c908df6f8c791.tar.gz
dsub-30847da1fd577f08bd02803b788c908df6f8c791.tar.bz2
dsub-30847da1fd577f08bd02803b788c908df6f8c791.zip
#386 Add shuffle genre to Tasker options
Diffstat (limited to 'res/layout/edit_play_action.xml')
-rw-r--r--res/layout/edit_play_action.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/res/layout/edit_play_action.xml b/res/layout/edit_play_action.xml
index 1043e2e2..ef5408ee 100644
--- a/res/layout/edit_play_action.xml
+++ b/res/layout/edit_play_action.xml
@@ -10,7 +10,6 @@
android:layout_height="wrap_content">
<TextView
- android:id="@+id/edit_shuffle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
@@ -30,7 +29,24 @@
android:layout_height="wrap_content">
<TextView
- android:id="@+id/edit_offline_label"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="4dp"
+ android:textSize="20dp"
+ android:text="@string/tasker.edit_shuffle_genre"/>
+
+ <Button
+ android:id="@+id/edit_genre_spinner"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+ </LinearLayout>
+
+ <LinearLayout
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content">
+
+ <TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"