From 1ffe57ce94bc7155cc63eb83a8f8de13a16762f8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 18 Jun 2021 13:27:21 +0200 Subject: [PATCH] Change vctr_header_background alias from vctr_content_quinary to vctr_system --- library/ui-styles/src/main/res/values/theme_dark.xml | 2 +- library/ui-styles/src/main/res/values/theme_light.xml | 2 +- vector/src/main/res/layout/item_profile_section.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ui-styles/src/main/res/values/theme_dark.xml b/library/ui-styles/src/main/res/values/theme_dark.xml index a262dfe782..b9965439ff 100644 --- a/library/ui-styles/src/main/res/values/theme_dark.xml +++ b/library/ui-styles/src/main/res/values/theme_dark.xml @@ -43,7 +43,7 @@ #FFFFFFFF - ?vctr_content_quinary + ?vctr_system ?vctr_content_quinary ?vctr_system ?vctr_system diff --git a/library/ui-styles/src/main/res/values/theme_light.xml b/library/ui-styles/src/main/res/values/theme_light.xml index 6a1010bf28..531f590b6c 100644 --- a/library/ui-styles/src/main/res/values/theme_light.xml +++ b/library/ui-styles/src/main/res/values/theme_light.xml @@ -43,7 +43,7 @@ #FF000000 - ?vctr_content_quinary + ?vctr_system ?vctr_content_quinary ?vctr_system ?vctr_system diff --git a/vector/src/main/res/layout/item_profile_section.xml b/vector/src/main/res/layout/item_profile_section.xml index d32dbdc8e0..8e00a3c8ce 100644 --- a/vector/src/main/res/layout/item_profile_section.xml +++ b/vector/src/main/res/layout/item_profile_section.xml @@ -5,7 +5,7 @@ style="@style/Widget.Vector.TextView.Title" android:layout_width="match_parent" android:layout_height="56dp" - android:background="?vctr_list_separator_system" + android:background="?vctr_header_background" android:gravity="bottom" android:paddingStart="16dp" android:paddingEnd="16dp"