lets add a divider below the event type picker too

This commit is contained in:
tibbi 2022-02-24 11:54:56 +01:00
parent 6217a74c39
commit 13e9084f2d

View File

@ -162,5 +162,13 @@
android:clickable="false" />
</RelativeLayout>
<ImageView
android:id="@+id/event_type_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_below="@+id/event_type_holder"
android:background="@color/divider_grey"
android:importantForAccessibility="no" />
</RelativeLayout>
</ScrollView>