summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2017-06-04 15:35:03 +0200
committerByteHamster <info@bytehamster.com>2017-10-14 19:21:02 +0200
commit616fb5eda92596164b87813b695a7a574a9fd643 (patch)
tree9f23e54a7890409c602838e3f81eead7c5034748 /app/src/main/res/layout/feeditemlist_item.xml
parent721c3e4d2c3838f9a88c30d8002415254cfe87ee (diff)
downloadAntennaPod-616fb5eda92596164b87813b695a7a574a9fd643.zip
Changed spacing to look more like before
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_item.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index 57d1e4d75..5a2f091ec 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -37,7 +37,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
- android:layout_marginBottom="8dp"
+ android:layout_marginBottom="4dp"
android:layout_toLeftOf="@id/statusUnread"
tools:text="Episode title"
tools:background="@android:color/holo_green_dark" />
@@ -101,8 +101,7 @@
tools:background="@android:color/holo_blue_light"
android:max="100"
android:progress="42"
- android:indeterminate="false"
- />
+ android:indeterminate="false" />
</RelativeLayout>