From 87cb5b4f8afbb924aa2275563bdb4fd83c2d217a Mon Sep 17 00:00:00 2001 From: Fahim Date: Wed, 13 Oct 2021 23:46:41 +0600 Subject: [PATCH] 3954-Navigation_bar_divider_color_issue issue: https://gitlab.e.foundation/e/backlog/-/issues/3954 --- .../src/main/res/drawable/ic_reply_white_24dp.xml | 3 ++- .../main/res/layout/attachment_contact_list_item.xml | 4 ++-- .../src/main/res/layout/attachment_image_list_item.xml | 2 +- presentation/src/main/res/layout/backup_controller.xml | 4 ++-- .../src/main/res/layout/blocked_number_list_item.xml | 2 +- presentation/src/main/res/layout/compose_activity.xml | 10 +++++----- .../src/main/res/layout/container_activity.xml | 6 ------ presentation/src/main/res/layout/main_activity.xml | 2 +- .../src/main/res/layout/mms_file_list_item.xml | 2 +- .../src/main/res/layout/mms_vcard_list_item.xml | 2 +- .../main/res/layout/notification_prefs_activity.xml | 2 +- .../src/main/res/layout/qksms_plus_activity.xml | 2 +- .../src/main/res/layout/scheduled_activity.xml | 2 +- presentation/src/main/res/values-night/themes.xml | 4 +++- presentation/src/main/res/values-v27/themes.xml | 1 + presentation/src/main/res/values/themes.xml | 4 +++- 16 files changed, 26 insertions(+), 26 deletions(-) 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 649cc2b08..494a1bcce 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 1c9f88837..17fbcf95b 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 ff757f035..876e377a2 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 23de4cf77..e5ce20c2b 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 93bcb8934..bf3c8316f 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 3a52e4297..6c7dd1535 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 973b1b22a..bf776b00f 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 b237b0165..b2b993324 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 5f130300d..befb918fc 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 3045c3670..1d2090fc9 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 37cbd78c8..79be1d327 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 79f1dbcfe..a36693d6f 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 . --> - +