summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorKeunes <11229646+keunes@users.noreply.github.com>2022-10-02 11:53:53 +0200
committerGitHub <noreply@github.com>2022-10-02 11:53:53 +0200
commit1113bd71de59e81a7fae4244e35417567c189198 (patch)
treee1dfba8022b3e5b35de3f833420c2d2f36378c07 /app
parent097a4915044247d3e121069013491c35aaf16f89 (diff)
downloadAntennaPod-1113bd71de59e81a7fae4244e35417567c189198.zip
Decrease margin around button in episode card (#6102)
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/horizontal_itemlist_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/horizontal_itemlist_item.xml b/app/src/main/res/layout/horizontal_itemlist_item.xml
index a0e4e3d72..a7e4ad9da 100644
--- a/app/src/main/res/layout/horizontal_itemlist_item.xml
+++ b/app/src/main/res/layout/horizontal_itemlist_item.xml
@@ -52,7 +52,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_gravity="bottom|end"
- android:layout_margin="8dp"
+ android:layout_margin="4dp"
android:padding="3dp"
app:srcCompat="@drawable/bg_circle" />
@@ -60,7 +60,7 @@
android:id="@+id/circularProgressBar"
android:layout_width="48dp"
android:layout_height="48dp"
- android:layout_margin="8dp"
+ android:layout_margin="4dp"
android:layout_gravity="bottom|end"
app:foregroundColor="?attr/colorOnPrimary" />
@@ -69,7 +69,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_gravity="bottom|end"
- android:layout_margin="8dp"
+ android:layout_margin="4dp"
android:padding="12dp"
android:clickable="true"
android:foreground="?attr/selectableItemBackgroundBorderless"