aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/update_playlist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/update_playlist.xml')
-rw-r--r--subsonic-android/res/layout/update_playlist.xml70
1 files changed, 0 insertions, 70 deletions
diff --git a/subsonic-android/res/layout/update_playlist.xml b/subsonic-android/res/layout/update_playlist.xml
deleted file mode 100644
index 7354ef5c..00000000
--- a/subsonic-android/res/layout/update_playlist.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/get_playlist_name_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="4dp"
- android:textSize="20dp"
- android:text="@string/common.name" />
- <EditText
- android:id="@+id/get_playlist_name"
- android:inputType="text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginLeft="4dp"
- android:hint="@string/common.name" />
- </LinearLayout>
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/get_playlist_comment_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="4dp"
- android:textSize="20dp"
- android:text="@string/common.comment" />
- <EditText
- android:id="@+id/get_playlist_comment"
- android:inputType="text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginLeft="4dp"
- android:hint="@string/common.comment" />
- </LinearLayout>
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/get_playlist_public_label"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="4dp"
- android:textSize="20dp"
- android:text="@string/common.public" />
- <CheckBox
- android:id="@+id/get_playlist_public"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginLeft="4dp"
- android:checked="false"/>
- </LinearLayout>
-</LinearLayout> \ No newline at end of file