aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/sync_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/sync_dialog.xml')
-rw-r--r--subsonic-android/res/layout/sync_dialog.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/sync_dialog.xml b/subsonic-android/res/layout/sync_dialog.xml
new file mode 100644
index 00000000..5133b753
--- /dev/null
+++ b/subsonic-android/res/layout/sync_dialog.xml
@@ -0,0 +1,12 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" >
+ <CheckBox
+ android:id="@+id/sync_default"
+ style="?android:attr/textAppearanceMedium"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_margin="5dp"
+ android:checked="false"
+ android:text="@string/offline.sync_dialog_default"/>
+</FrameLayout> \ No newline at end of file