From ec6fb14976d86a4192a3eb3f028f74e6e8b17eb8 Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Tue, 20 Oct 2020 19:03:48 +0530 Subject: [PATCH 1/2] implement UI-SDK and update feb icon color and tab icon and text color --- res/layout/desk_clock.xml | 3 ++- res/values/colors.xml | 2 ++ res/values/themes.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/res/layout/desk_clock.xml b/res/layout/desk_clock.xml index e5e2f6326..6676e5c5e 100644 --- a/res/layout/desk_clock.xml +++ b/res/layout/desk_clock.xml @@ -43,7 +43,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:tabGravity="fill" - app:tabIndicatorColor="@android:color/transparent" + android:background="@color/color_default_blue1" + android:textColor="@color/color_default_blue1" app:tabMaxWidth="0dp" app:tabMode="fixed" app:tabPaddingEnd="0dp" diff --git a/res/values/colors.xml b/res/values/colors.xml index e31eb3820..b43fbb234 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -36,4 +36,6 @@ #67000000 + + @lineageos.platform:color/color_default_blue1 diff --git a/res/values/themes.xml b/res/values/themes.xml index 5847add98..5800bcb55 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -28,7 +28,7 @@ @null - #DA4336 + @lineageos.platform:color/color_default_blue1 #303030 @android:color/white ?android:attr/textColorPrimary -- GitLab From 5336bcef2eb0f746cbfa9da26b6ed16abe1cdbec Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Tue, 20 Oct 2020 19:55:20 +0530 Subject: [PATCH 2/2] update tab icon and text color --- res/layout/desk_clock.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/desk_clock.xml b/res/layout/desk_clock.xml index 6676e5c5e..c5e25edb4 100644 --- a/res/layout/desk_clock.xml +++ b/res/layout/desk_clock.xml @@ -43,7 +43,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:tabGravity="fill" - android:background="@color/color_default_blue1" + app:tabIndicatorColor="@color/color_default_blue1" android:textColor="@color/color_default_blue1" app:tabMaxWidth="0dp" app:tabMode="fixed" -- GitLab