From 2bde0778a4ec1738a5a6a58c854b08d537b81e11 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Tue, 23 Jan 2024 10:39:48 +0100 Subject: [PATCH 1/2] feat(theming): Adjust EmptyContentView image tint Signed-off-by: Stefan Niedermann --- News-Android-App/src/main/res/layout/empty_content_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/src/main/res/layout/empty_content_view.xml b/News-Android-App/src/main/res/layout/empty_content_view.xml index 6f83bedb7..73bbe653b 100644 --- a/News-Android-App/src/main/res/layout/empty_content_view.xml +++ b/News-Android-App/src/main/res/layout/empty_content_view.xml @@ -19,7 +19,7 @@ android:scaleX="1.7" android:scaleY="1.7" app:srcCompat="@drawable/ic_launcher_foreground" - app:tint="?attr/colorSecondaryContainer" /> + app:tint="?attr/colorOnSecondaryContainer" /> Date: Tue, 23 Jan 2024 10:40:25 +0100 Subject: [PATCH 2/2] feat(theming): Adjust EmptyContentView image tint Signed-off-by: Stefan Niedermann --- News-Android-App/src/main/res/layout/empty_content_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/src/main/res/layout/empty_content_view.xml b/News-Android-App/src/main/res/layout/empty_content_view.xml index 73bbe653b..cc920eaee 100644 --- a/News-Android-App/src/main/res/layout/empty_content_view.xml +++ b/News-Android-App/src/main/res/layout/empty_content_view.xml @@ -19,7 +19,7 @@ android:scaleX="1.7" android:scaleY="1.7" app:srcCompat="@drawable/ic_launcher_foreground" - app:tint="?attr/colorOnSecondaryContainer" /> + app:tint="?attr/colorOnSurfaceVariant" />