From 09f3d218c1fd100281dff12dafb9116d6c57cdf3 Mon Sep 17 00:00:00 2001 From: cd16b Date: Tue, 25 Jun 2024 23:28:54 +0200 Subject: [PATCH] Remove buttons colors and fix lint --- app/phone/src/main/res/layout/exo_player_view.xml | 6 ------ .../java/dev/jdtech/jellyfin/database/ServerDatabase.kt | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/phone/src/main/res/layout/exo_player_view.xml b/app/phone/src/main/res/layout/exo_player_view.xml index 2c2f8bf8..ce7aa7dc 100644 --- a/app/phone/src/main/res/layout/exo_player_view.xml +++ b/app/phone/src/main/res/layout/exo_player_view.xml @@ -86,10 +86,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="24dp" android:text="@string/watch_credits" - android:textColor="@color/material_dynamic_secondary10" android:visibility="gone" - app:backgroundTint="@color/material_dynamic_secondary90" - app:strokeColor="#928E98" tools:visibility="visible" />