summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/add_playlist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/add_playlist.xml')
-rw-r--r--app/src/main/res/layout/add_playlist.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/src/main/res/layout/add_playlist.xml b/app/src/main/res/layout/add_playlist.xml
index f4e0ad0cf..483d036e0 100644
--- a/app/src/main/res/layout/add_playlist.xml
+++ b/app/src/main/res/layout/add_playlist.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@@ -19,7 +18,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:inputType="text"
- android:maxLines="1" />
+ android:singleLine="true" />
<TextView
android:layout_width="match_parent"
@@ -60,8 +59,7 @@
android:id="@+id/set_upload_channel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="14sp"
- />
+ android:textSize="14sp" />
</LinearLayout>
<!-- Videos Privacy -->
<LinearLayout
@@ -83,8 +81,7 @@
android:id="@+id/set_upload_privacy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="14sp"
- />
+ android:textSize="14sp" />
</LinearLayout>
</LinearLayout>