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

@@ -71,6 +71,6 @@
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/separator" />
android:background="?android:dividerHorizontal" />
</LinearLayout>