Better alignment of headings and content

This commit is contained in:
ByteHamster 2019-11-20 18:35:31 +01:00
parent 47e80d0c96
commit f399a29a64
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,8 @@
android:text="@string/txtvfeedurl_label"
android:textSize="18sp"
android:layout_marginBottom="8dp"
android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:textColor="?android:attr/textColorPrimary"/>
<EditText

View File

@ -24,6 +24,8 @@
android:textSize="18sp"
android:layout_marginBottom="8dp"
android:layout_weight="1"
android:layout_marginLeft="4dp"
android:layout_marginStart="4dp"
android:textColor="?android:attr/textColorPrimary"/>
<Button