Remove buttons colors and fix lint

This commit is contained in:
cd16b 2024-06-25 23:28:54 +02:00
parent 350afaa8a9
commit 09f3d218c1
2 changed files with 1 additions and 7 deletions

View file

@ -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" />
<Button
@ -97,11 +94,8 @@
style="@style/Widget.Material3.Button.Icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/material_dynamic_primary100"
android:visibility="gone"
app:backgroundTint="@color/material_dynamic_primary40"
app:icon="@drawable/ic_skip_forward"
app:iconTint="@color/material_dynamic_primary100"
tools:visibility="visible" />
</LinearLayout>

View file

@ -26,7 +26,7 @@ import dev.jdtech.jellyfin.models.User
AutoMigration(from = 2, to = 3),
AutoMigration(from = 3, to = 4),
AutoMigration(from = 4, to = 5, spec = ServerDatabase.TrickplayMigration::class),
AutoMigration(from = 5, to = 6, spec = ServerDatabase.IntrosMigration::class,),
AutoMigration(from = 5, to = 6, spec = ServerDatabase.IntrosMigration::class),
],
)
@TypeConverters(Converters::class)