From fe4ff6e2765129e381a1f791c05a4649dfc59753 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 20 Aug 2017 16:50:08 +0200 Subject: [PATCH] updating some event screen margins --- app/src/main/res/layout/activity_event.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/activity_event.xml b/app/src/main/res/layout/activity_event.xml index ab4da2fbc..4a493603a 100644 --- a/app/src/main/res/layout/activity_event.xml +++ b/app/src/main/res/layout/activity_event.xml @@ -10,8 +10,7 @@ + android:layout_height="wrap_content"> @@ -345,6 +343,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/event_repetition_divider" + android:layout_marginBottom="@dimen/medium_margin" + android:layout_marginTop="@dimen/medium_margin" android:layout_toEndOf="@+id/event_caldav_calendar_image" android:layout_toRightOf="@+id/event_caldav_calendar_image" android:background="?attr/selectableItemBackground" @@ -383,8 +383,6 @@ android:layout_width="match_parent" android:layout_height="1px" android:layout_below="@+id/event_caldav_calendar_holder" - android:layout_marginBottom="@dimen/medium_margin" - android:layout_marginTop="@dimen/medium_margin" android:background="@color/darker_divider" android:importantForAccessibility="no" android:visibility="gone"/> @@ -407,6 +405,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/event_caldav_calendar_divider" + android:layout_marginBottom="@dimen/medium_margin" + android:layout_marginTop="@dimen/medium_margin" android:layout_toEndOf="@+id/event_type_image" android:layout_toRightOf="@+id/event_type_image" android:background="?attr/selectableItemBackground">