diff --git a/res/layout/contact_selection_list_divider.xml b/res/layout/contact_selection_list_divider.xml index d2ca05428..f0e6a54d0 100644 --- a/res/layout/contact_selection_list_divider.xml +++ b/res/layout/contact_selection_list_divider.xml @@ -14,7 +14,7 @@ android:paddingTop="10dp" android:paddingBottom="10dp" android:textSize="14sp" - android:textColor="@color/delta_primary_dark" + android:textColor="?attr/contact_list_divider_color" tools:text="Recent chats"/> \ No newline at end of file diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 213bc4ca0..69723dabd 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -151,6 +151,7 @@ + diff --git a/res/values/themes.xml b/res/values/themes.xml index 1e63f007a..dca3c3c55 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -129,6 +129,7 @@ @color/black @drawable/contact_list_divider_light + @color/gray65 @color/gray5 @@ -278,6 +279,7 @@ @color/core_dark_30 @drawable/contact_list_divider_dark + @color/gray10 @color/import_export_item_background_dark