change the weekly view hours divider initial height to wrap_content

This commit is contained in:
tibbi 2018-12-05 10:55:29 +01:00
parent 7f8f18a2a0
commit 53b5dc3e34

View File

@ -15,7 +15,7 @@
<ImageView
android:id="@+id/week_view_hours_divider"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_alignRight="@+id/week_view_hours_scrollview"
android:background="@drawable/stroke_bottom_right"
android:importantForAccessibility="no"/>