1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-13 15:40:27 +00:00

Improved row separator

This commit is contained in:
M66B 2021-05-10 22:59:42 +02:00
parent 39210829bc
commit 6a24566ddc

View file

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