From e95be5cb0ba237cf3f0f2ee40dbe0bceb0ac3713 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 26 Jul 2022 12:18:01 +0200 Subject: [PATCH] adding a time zone divider --- .../calendar/pro/activities/EventActivity.kt | 1 + app/src/main/res/layout/activity_event.xml | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/activities/EventActivity.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/activities/EventActivity.kt index 6f12a12d8..d942906bb 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/activities/EventActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/activities/EventActivity.kt @@ -225,6 +225,7 @@ class EventActivity : SimpleActivity() { updateTextColors(event_scrollview) updateIconColors() + event_time_zone_divider.beVisibleIf(config.allowChangingTimeZones) event_time_zone_image.beVisibleIf(config.allowChangingTimeZones) event_time_zone.beVisibleIf(config.allowChangingTimeZones) } diff --git a/app/src/main/res/layout/activity_event.xml b/app/src/main/res/layout/activity_event.xml index 8bf8d1686..ff77e6c6d 100644 --- a/app/src/main/res/layout/activity_event.xml +++ b/app/src/main/res/layout/activity_event.xml @@ -187,6 +187,16 @@ android:textSize="@dimen/day_text_size" tools:text="00:00" /> + +