summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-07-25 21:52:11 +0200
committerByteHamster <info@bytehamster.com>2022-07-25 21:52:11 +0200
commit01d45416106c51d1ad9fb510ec386f2482f31aed (patch)
tree69a50172bdca147fb502630959e4f6b9c0147441
parent7ddd5014d0cb13604d4a364b7a90d9429a0ad016 (diff)
downloadAntennaPod-01d45416106c51d1ad9fb510ec386f2482f31aed.zip
Remove empty space next to inbox icon
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index b6a332acc..8b4386bb7 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -115,8 +115,6 @@
android:id="@+id/statusInbox"
android:layout_width="14sp"
android:layout_height="14sp"
- android:layout_marginRight="4dp"
- android:layout_marginEnd="4dp"
android:contentDescription="@string/is_inbox_label"
app:srcCompat="@drawable/ic_inbox"
app:tint="?attr/colorAccent" />