From c8ecbe15641c9aa2b8c24f96a613a903152e5869 Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Wed, 7 Jan 2015 02:46:35 +0100 Subject: [PATCH] Fixed drawable padding in schedule item layout (now 8dp like in event item layout) --- app/src/main/res/layout/item_schedule_event.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_schedule_event.xml b/app/src/main/res/layout/item_schedule_event.xml index f959c5e..df3f9a0 100644 --- a/app/src/main/res/layout/item_schedule_event.xml +++ b/app/src/main/res/layout/item_schedule_event.xml @@ -22,7 +22,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:drawablePadding="6dp" + android:drawablePadding="8dp" android:padding="@dimen/list_item_padding" android:textColor="?android:textColorPrimary" android:textSize="@dimen/list_item_small_text_size"