From 8a0ca5908e7cdaf95513ee981e3f9849d456458f Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Mon, 30 Nov 2020 20:44:16 +0530 Subject: [PATCH 1/4] update WindowLightNavigationBar : remove error in build --- res/drawable/ic_work_profile.xml | 3 ++- res/layout/account_selector_list_item_condensed.xml | 2 ++ src/com/android/contacts/activities/PeopleActivity.java | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/res/drawable/ic_work_profile.xml b/res/drawable/ic_work_profile.xml index d30e8e1c10..47b2f9b3c4 100644 --- a/res/drawable/ic_work_profile.xml +++ b/res/drawable/ic_work_profile.xml @@ -2,7 +2,8 @@ android:width="16dp" android:height="16dp" android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportHeight="24.0" + > diff --git a/res/layout/account_selector_list_item_condensed.xml b/res/layout/account_selector_list_item_condensed.xml index ae91726033..d43a3af37d 100644 --- a/res/layout/account_selector_list_item_condensed.xml +++ b/res/layout/account_selector_list_item_condensed.xml @@ -52,5 +52,7 @@ android:textColor="?android:attr/textColorSecondary" android:singleLine="true" android:ellipsize="end"/> + + diff --git a/src/com/android/contacts/activities/PeopleActivity.java b/src/com/android/contacts/activities/PeopleActivity.java index ab559a3664..da6abcc42d 100644 --- a/src/com/android/contacts/activities/PeopleActivity.java +++ b/src/com/android/contacts/activities/PeopleActivity.java @@ -1320,7 +1320,7 @@ public class PeopleActivity extends AppCompatContactsActivity implements - /* + /*› * get Accent color from OS * */ -- GitLab From 235f8c98eacfbbd7305c21a0d4cc31e5c49db397 Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Thu, 10 Dec 2020 09:25:05 +0530 Subject: [PATCH 2/4] update primary color and navigationBarColor white --- res/values/colors.xml | 4 ++-- res/values/styles.xml | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index e15389016b..066dc6a3c7 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -43,8 +43,8 @@ - @lineageos.platform:color/color_default_primary - @lineageos.platform:color/color_default_primary_dark + @lineageos.platform:color/color_default_foreground + @lineageos.platform:color/color_default_foreground #546E7A #607D8B diff --git a/res/values/styles.xml b/res/values/styles.xml index 1103dca268..33cde66586 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -53,6 +53,8 @@ @@ -127,6 +128,7 @@ @@ -128,7 +128,7 @@