summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/activity_peertube_edit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_peertube_edit.xml')
-rw-r--r--app/src/main/res/layout/activity_peertube_edit.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/app/src/main/res/layout/activity_peertube_edit.xml b/app/src/main/res/layout/activity_peertube_edit.xml
index 251d3c290..f5ff0299f 100644
--- a/app/src/main/res/layout/activity_peertube_edit.xml
+++ b/app/src/main/res/layout/activity_peertube_edit.xml
@@ -17,7 +17,6 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:TagsEditText="http://schemas.android.com/apk/res-auto"
- xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -122,8 +121,7 @@
<Spinner
android:id="@+id/set_upload_channel"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- />
+ android:layout_height="wrap_content" />
</LinearLayout>
@@ -145,8 +143,7 @@
<Spinner
android:id="@+id/set_upload_categories"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- />
+ android:layout_height="wrap_content" />
</LinearLayout>
@@ -168,8 +165,7 @@
<Spinner
android:id="@+id/set_upload_licenses"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- />
+ android:layout_height="wrap_content" />
</LinearLayout>
@@ -191,8 +187,7 @@
<Spinner
android:id="@+id/set_upload_languages"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- />
+ android:layout_height="wrap_content" />
</LinearLayout>
<!-- Videos Privacy -->
@@ -213,8 +208,7 @@
<Spinner
android:id="@+id/set_upload_privacy"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- />
+ android:layout_height="wrap_content" />
</LinearLayout>