From 0b3ab6b39a5ed8ea8c79b99a8b505b3cb614ae88 Mon Sep 17 00:00:00 2001 From: SayantanRC Date: Wed, 22 Nov 2023 20:56:17 +0530 Subject: [PATCH 1/2] account selector theme and text color fixes --- res/layout/account_selector_list_item_condensed.xml | 2 +- res/layout/dialog_title.xml | 2 +- res/values/styles.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/account_selector_list_item_condensed.xml b/res/layout/account_selector_list_item_condensed.xml index ae91726033..84174a1464 100644 --- a/res/layout/account_selector_list_item_condensed.xml +++ b/res/layout/account_selector_list_item_condensed.xml @@ -38,7 +38,7 @@ android:layout_marginRight="8dip" android:layout_marginEnd="8dip" android:textSize="16sp" - android:textColor="@color/contacts_text_color" + android:textColor="?android:attr/textColorPrimary" android:textAppearance="?android:attr/textAppearanceMedium" android:singleLine="true" android:ellipsize="end"/> diff --git a/res/layout/dialog_title.xml b/res/layout/dialog_title.xml index 45f5f73676..63fcf0b232 100644 --- a/res/layout/dialog_title.xml +++ b/res/layout/dialog_title.xml @@ -22,7 +22,7 @@ android:paddingStart="24dp" android:paddingEnd="24dp" android:textSize="20sp" - android:textColor="@color/contacts_text_color" + android:textColor="?android:attr/textColorPrimary" android:textAlignment="viewStart" android:fontFamily="sans-serif-medium" android:ellipsize="end" diff --git a/res/values/styles.xml b/res/values/styles.xml index 9af3e1f9b8..bbb825c992 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -298,7 +298,7 @@ true -