move event type picker below date, not time
This commit is contained in:
parent
8ece987f7b
commit
307ad5648a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
android:id="@+id/event_caldav_calendar_divider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
android:layout_below="@+id/task_time"
|
||||
android:layout_below="@+id/task_date"
|
||||
android:background="@color/divider_grey"
|
||||
android:importantForAccessibility="no" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue