User view is now compatible with light theme.

This commit is contained in:
Anton Chekulaev
2020-08-24 13:34:34 +10:00
parent da20dc1d4f
commit fd52fdd042
13 changed files with 58 additions and 43 deletions

View File

@@ -89,7 +89,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/separator" />
android:background="?android:dividerHorizontal" />
<LinearLayout
android:layout_width="match_parent"
@@ -126,7 +126,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/separator" />
android:background="?android:dividerHorizontal" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"