removing the vertical dividers of daily view

This commit is contained in:
tibbi 2019-12-09 14:21:09 +01:00
parent f72ead7231
commit 836228abc0
3 changed files with 4 additions and 5 deletions

View File

@ -117,7 +117,6 @@ class DayFragment : Fragment() {
DayEventsAdapter(activity as SimpleActivity, events, mHolder.day_events) {
editEvent(it as Event)
}.apply {
addVerticalDividers(true)
mHolder.day_events.adapter = this
}
}

View File

@ -15,8 +15,8 @@
android:id="@+id/event_item_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/medium_margin"
android:paddingTop="@dimen/medium_margin">
android:paddingBottom="@dimen/normal_margin"
android:paddingTop="@dimen/normal_margin">
<ImageView
android:id="@+id/event_item_color_bar"

View File

@ -15,9 +15,9 @@
android:id="@+id/event_item_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/medium_margin"
android:paddingBottom="@dimen/normal_margin"
android:paddingEnd="@dimen/activity_margin"
android:paddingTop="@dimen/medium_margin">
android:paddingTop="@dimen/normal_margin">
<ImageView
android:id="@+id/event_item_color_bar"