diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-07-23 06:50:25 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-07-23 06:50:25 -0700 |
commit | f1981d2a747fb5fd97c1da29d49dab5471fb64a4 (patch) | |
tree | 1bb6b763c26afdc7cc9625619912cad94ef2b14d /res/layout/edit_play_action.xml | |
parent | 783ef0d0e748ed9438ec0e7b8f77c2e652d01ca1 (diff) | |
parent | 3fbc5a1bd5d56fecca9b3339bec04d1d9cd476ed (diff) | |
download | dsub-f1981d2a747fb5fd97c1da29d49dab5471fb64a4.tar.gz dsub-f1981d2a747fb5fd97c1da29d49dab5471fb64a4.tar.bz2 dsub-f1981d2a747fb5fd97c1da29d49dab5471fb64a4.zip |
Merge branch 'Tasker' of https://github.com/daneren2005/Subsonic
Diffstat (limited to 'res/layout/edit_play_action.xml')
-rw-r--r-- | res/layout/edit_play_action.xml | 26 |
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 |