1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 13:47:04 +00:00

Less prominent widget message separators

This commit is contained in:
M66B 2019-11-26 09:52:16 +01:00
parent 0da3b045ad
commit 815ecdbd5c

View file

@ -39,6 +39,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="6dp"
android:divider="@color/colorWidgetForeground"
android:divider="@color/colorWidgetRead"
android:dividerHeight="1dp" />
</LinearLayout>