aboutsummaryrefslogtreecommitdiff
path: root/res/layout/edit_play_action.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/edit_play_action.xml')
-rw-r--r--res/layout/edit_play_action.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/layout/edit_play_action.xml b/res/layout/edit_play_action.xml
new file mode 100644
index 00000000..6eb3b651
--- /dev/null
+++ b/res/layout/edit_play_action.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <LinearLayout
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ 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"
+ android:textSize="20dp"
+ android:text="@string/tasker.edit_shuffle_mode" />
+ <CheckBox
+ android:id="@+id/edit_shuffle_checkbox"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:longClickable="true"
+ />
+ </LinearLayout>
+</LinearLayout> \ No newline at end of file