Improved row separator

pull/198/head
M66B 4 years ago
parent 39210829bc
commit 6a24566ddc

@ -21,7 +21,8 @@
<View <View
android:id="@+id/content_separator" android:id="@+id/content_separator"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="3dp"
android:layout_marginVertical="1dp"
android:background="?attr/colorSeparator" /> android:background="?attr/colorSeparator" />
<FrameLayout <FrameLayout

Loading…
Cancel
Save