From 616fb5eda92596164b87813b695a7a574a9fd643 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 4 Jun 2017 15:35:03 +0200 Subject: Changed spacing to look more like before --- app/src/main/res/layout/feeditemlist_item.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout/feeditemlist_item.xml') 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" /> -- cgit v1.2.3