Fix divider color in themes

This commit is contained in:
M M Arif
2020-03-17 01:07:23 +05:00
parent 8df11645e8
commit 6cb06d918d
3 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="16dp"
android:background="@color/dividerColor" />
android:background="?attr/dividerColor" />
</LinearLayout>