diff --git a/presentation/src/main/res/drawable/ic_reply_white_24dp.xml b/presentation/src/main/res/drawable/ic_reply_white_24dp.xml index 649cc2b081fd636408d69da6709deb7ae103d240..494a1bcce255e1d29e487d7c439676320f533d58 100644 --- a/presentation/src/main/res/drawable/ic_reply_white_24dp.xml +++ b/presentation/src/main/res/drawable/ic_reply_white_24dp.xml @@ -20,7 +20,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportHeight="24.0" + android:tint="@color/colorAccent"> diff --git a/presentation/src/main/res/layout/attachment_contact_list_item.xml b/presentation/src/main/res/layout/attachment_contact_list_item.xml index 1c9f888378dd9e666f806199e4da291571660d34..17fbcf95b8a908a4001631179939996438dd4342 100644 --- a/presentation/src/main/res/layout/attachment_contact_list_item.xml +++ b/presentation/src/main/res/layout/attachment_contact_list_item.xml @@ -40,7 +40,7 @@ android:layout_height="24dp" android:layout_marginStart="16dp" android:src="@drawable/ic_person_black_24dp" - android:tint="?android:attr/textColorSecondary" + android:tint="@color/colorAccent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -88,6 +88,6 @@ android:background="@drawable/circle" android:backgroundTint="?attr/bubbleColor" android:src="@drawable/ic_cancel_black_24dp" - android:tint="?android:attr/textColorSecondary" /> + android:tint="@color/colorAccent" /> \ No newline at end of file diff --git a/presentation/src/main/res/layout/attachment_image_list_item.xml b/presentation/src/main/res/layout/attachment_image_list_item.xml index ff757f0351af9d6ef7c777d1b2549079dfc014c0..876e377a26d606a70ab867fe05a8045cac75791e 100644 --- a/presentation/src/main/res/layout/attachment_image_list_item.xml +++ b/presentation/src/main/res/layout/attachment_image_list_item.xml @@ -51,6 +51,6 @@ android:background="@drawable/circle" android:backgroundTint="?attr/bubbleColor" android:src="@drawable/ic_cancel_black_24dp" - android:tint="?android:attr/textColorSecondary" /> + android:tint="@color/colorAccent" /> \ No newline at end of file diff --git a/presentation/src/main/res/layout/backup_controller.xml b/presentation/src/main/res/layout/backup_controller.xml index 23de4cf7704cdbf29a033517583a81688b958414..e5ce20c2babfdc66eb65ea74baf57a09844cb308 100644 --- a/presentation/src/main/res/layout/backup_controller.xml +++ b/presentation/src/main/res/layout/backup_controller.xml @@ -48,7 +48,7 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_marginStart="16dp" - android:tint="?android:attr/textColorSecondary" + android:tint="@color/colorAccent" app:layout_constraintBottom_toBottomOf="@id/progressSummary" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="@id/progressTitle" @@ -87,7 +87,7 @@ android:background="?android:attr/selectableItemBackground" android:padding="16dp" android:src="@drawable/ic_close_black_24dp" - android:tint="?android:attr/textColorSecondary" + android:tint="@color/colorAccent" app:layout_constraintBottom_toBottomOf="@id/progressSummary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/progressTitle" /> diff --git a/presentation/src/main/res/layout/blocked_number_list_item.xml b/presentation/src/main/res/layout/blocked_number_list_item.xml index 93bcb89348a56b1bdda62d92f0b787287e693e71..bf3c8316f40bbe03d86705a40ca9eca0f3e99165 100644 --- a/presentation/src/main/res/layout/blocked_number_list_item.xml +++ b/presentation/src/main/res/layout/blocked_number_list_item.xml @@ -42,6 +42,6 @@ android:background="?android:attr/selectableItemBackground" android:padding="12dp" android:src="@drawable/ic_close_black_24dp" - android:tint="?android:attr/textColorSecondary" /> + android:tint="@color/colorAccent" /> \ No newline at end of file diff --git a/presentation/src/main/res/layout/compose_activity.xml b/presentation/src/main/res/layout/compose_activity.xml index 3a52e42976e1dffcdad66ea9e32c977ce394eacb..6c7dd1535f7494efde61cdb7178b69751ddb2a31 100644 --- a/presentation/src/main/res/layout/compose_activity.xml +++ b/presentation/src/main/res/layout/compose_activity.xml @@ -392,7 +392,7 @@ - - - \ No newline at end of file diff --git a/presentation/src/main/res/layout/main_activity.xml b/presentation/src/main/res/layout/main_activity.xml index 973b1b22a9b9c573097c21c29321ebfb95c5a60b..bf776b00f609fcfa76a4da42cb6fddee2916edd3 100644 --- a/presentation/src/main/res/layout/main_activity.xml +++ b/presentation/src/main/res/layout/main_activity.xml @@ -112,7 +112,7 @@ android:id="@+id/bottom" android:layout_width="match_parent" android:layout_height="1dp" - android:background="?android:attr/divider" + android:background="@color/backgroundDark" app:layout_constraintBottom_toTopOf="@id/snackbar" /> diff --git a/presentation/src/main/res/layout/mms_vcard_list_item.xml b/presentation/src/main/res/layout/mms_vcard_list_item.xml index b237b016529ac8be669648335da2c5d6a56989ac..b2b9933245e079bbc53ac0ca1002e58850929e29 100644 --- a/presentation/src/main/res/layout/mms_vcard_list_item.xml +++ b/presentation/src/main/res/layout/mms_vcard_list_item.xml @@ -35,7 +35,7 @@ android:layout_height="24dp" android:layout_marginStart="12dp" android:src="@drawable/ic_person_black_24dp" - android:tint="?android:attr/textColorSecondary" + android:tint="@color/colorAccent" app:layout_constraintBottom_toBottomOf="@id/vCardBackground" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="@id/vCardBackground" /> diff --git a/presentation/src/main/res/layout/notification_prefs_activity.xml b/presentation/src/main/res/layout/notification_prefs_activity.xml index 5f130300dfe9ef71a200e8b4774118ee809dfb6b..befb918fc7fd236941b293542e4aff8f378502ac 100644 --- a/presentation/src/main/res/layout/notification_prefs_activity.xml +++ b/presentation/src/main/res/layout/notification_prefs_activity.xml @@ -162,7 +162,7 @@ android:layout_width="match_parent" android:layout_height="1dp" android:layout_gravity="bottom" - android:background="?android:attr/divider" + android:background="@color/backgroundDark" app:layout_constraintBottom_toBottomOf="parent" /> \ No newline at end of file diff --git a/presentation/src/main/res/layout/qksms_plus_activity.xml b/presentation/src/main/res/layout/qksms_plus_activity.xml index 3045c3670f9c2a36ba0307971c8d9d3f629c417f..1d2090fc9f9f73ceb08bd77d17ba1c1fbd6fead4 100644 --- a/presentation/src/main/res/layout/qksms_plus_activity.xml +++ b/presentation/src/main/res/layout/qksms_plus_activity.xml @@ -260,6 +260,6 @@ android:layout_width="match_parent" android:layout_height="1dp" android:layout_gravity="bottom" - android:background="?android:attr/divider" /> + android:background="@color/backgroundDark" /> \ No newline at end of file diff --git a/presentation/src/main/res/layout/scheduled_activity.xml b/presentation/src/main/res/layout/scheduled_activity.xml index 37cbd78c88b3ad385fae580aa11277b1801bb224..79be1d327c3f53047b626c75798e08fc4e699d98 100644 --- a/presentation/src/main/res/layout/scheduled_activity.xml +++ b/presentation/src/main/res/layout/scheduled_activity.xml @@ -156,6 +156,6 @@ android:layout_width="match_parent" android:layout_height="1dp" android:layout_gravity="bottom" - android:background="?android:attr/divider" /> + android:background="@color/backgroundDark" /> \ No newline at end of file diff --git a/presentation/src/main/res/values-night/themes.xml b/presentation/src/main/res/values-night/themes.xml index 79f1dbcfe5325190610bb21214ff9cb490104837..a36693d6fe411d5824d729a2029dd999e744e750 100644 --- a/presentation/src/main/res/values-night/themes.xml +++ b/presentation/src/main/res/values-night/themes.xml @@ -17,13 +17,14 @@ ~ You should have received a copy of the GNU General Public License ~ along with QKSMS. If not, see . --> - +