fixing the All day toggle at events
This commit is contained in:
parent
43ad599a5e
commit
ddbb860794
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue