Increased add feed page padding

This commit is contained in:
ByteHamster 2019-11-20 18:33:33 +01:00
parent 51840ee5f5
commit 47e80d0c96
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:padding="16dp"
android:orientation="vertical">
<TextView

View File

@ -10,7 +10,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:padding="16dp"
android:orientation="vertical">
<LinearLayout