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, 0 insertions, 12 deletions
diff --git a/subsonic-android/res/layout/sync_dialog.xml b/subsonic-android/res/layout/sync_dialog.xml
deleted file mode 100644
index 5133b753..00000000
--- a/subsonic-android/res/layout/sync_dialog.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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