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.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/subsonic-android/res/layout/update_playlist.xml b/subsonic-android/res/layout/update_playlist.xml
index c73d93ef..4ab6197c 100644
--- a/subsonic-android/res/layout/update_playlist.xml
+++ b/subsonic-android/res/layout/update_playlist.xml
@@ -3,16 +3,37 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
+ <TextView
+ android:id="@+id/get_playlist_name_label"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
+ android:layout_marginLeft="4dp"
+ android:layout_marginRight="4dp"
+ android:layout_marginBottom="0dp"
+ android:textSize="20dp"
+ android:text="@string/common.name" />
<EditText
android:id="@+id/get_playlist_name"
android:inputType="text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="4dp"
android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="4dp"
android:hint="@string/common.name" />
+
+ <TextView
+ android:id="@+id/get_playlist_comment_label"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
+ android:layout_marginLeft="4dp"
+ android:layout_marginRight="4dp"
+ android:layout_marginBottom="0dp"
+ android:textSize="20dp"
+ android:text="@string/common.comment" />
<EditText
android:id="@+id/get_playlist_comment"
android:inputType="text"