mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
Use lighter color for separator in drawer
This commit is contained in:
parent
ed84f1db62
commit
086769bff5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue