summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-12 00:45:39 +0100
committerByteHamster <info@bytehamster.com>2020-03-12 00:45:39 +0100
commit652d42e093f75df92cfa8243627c38c890798cae (patch)
tree77501d3483e544ba3580b9cbbad867e140451feb /app/src/main/res/layout/feeditemlist_header.xml
parentfc68fe4b9c7c706902679454b475409f8c14cb5a (diff)
downloadAntennaPod-652d42e093f75df92cfa8243627c38c890798cae.zip
Better alignment of feed settings button
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_header.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index 596135d88..7603d4fef 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -39,6 +39,8 @@
android:layout_alignParentTop="true"
android:layout_marginLeft="16dp"
android:layout_marginStart="16dp"
+ android:layout_marginRight="16dp"
+ android:layout_marginEnd="16dp"
android:layout_marginTop="8dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/show_info_label"
@@ -55,6 +57,8 @@
tools:background="@android:color/holo_green_dark"
android:layout_below="@+id/butShowInfo"
android:layout_marginBottom="16dp"
+ android:layout_marginRight="16dp"
+ android:layout_marginEnd="16dp"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"/>