Use lighter color for separator in drawer

This commit is contained in:
Niedermann IT-Dienstleistungen 2018-04-10 14:12:16 +02:00 committed by Niedermann IT-Dienstleistungen
parent ed84f1db62
commit 086769bff5

View file

@ -73,7 +73,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray"
android:background="@color/separator"
/>
<android.support.v7.widget.RecyclerView