From 33d798727cf017f10b1a7db58e012f56ea275501 Mon Sep 17 00:00:00 2001 From: aayush262 Date: Mon, 29 Jan 2024 13:37:13 +0530 Subject: [PATCH] fix switch color --- app/src/main/res/layout/item_anime_watch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_anime_watch.xml b/app/src/main/res/layout/item_anime_watch.xml index 94611789..173d77a9 100644 --- a/app/src/main/res/layout/item_anime_watch.xml +++ b/app/src/main/res/layout/item_anime_watch.xml @@ -161,7 +161,7 @@ android:padding="12dp" app:cornerRadius="0dp" app:showText="false" - app:thumbTint="@color/button_switch_track" /> + app:useMaterialThemeColors="true" />