mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fixing the All day toggle at events
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
android:id="@+id/event_time_zone_divider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
android:layout_below="@+id/event_end_time"
|
||||
android:layout_below="@+id/event_end_date"
|
||||
android:layout_marginTop="@dimen/medium_margin"
|
||||
android:layout_marginBottom="@dimen/medium_margin"
|
||||
android:background="@color/divider_grey"
|
||||
@@ -201,7 +201,7 @@
|
||||
android:id="@+id/event_time_zone_image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@+id/event_end_date"
|
||||
android:layout_below="@+id/event_time_zone_divider"
|
||||
android:layout_alignTop="@+id/event_time_zone"
|
||||
android:layout_alignBottom="@+id/event_time_zone"
|
||||
android:layout_marginStart="@dimen/normal_margin"
|
||||
|
Reference in New Issue
Block a user