Improved row separator

This commit is contained in:
M66B 2021-05-10 22:59:42 +02:00
parent 39210829bc
commit 6a24566ddc
1 changed files with 2 additions and 1 deletions

View File

@ -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