refactor(ui): remove TV-specific preference layouts

This commit is contained in:
2026-03-28 21:39:05 +01:00
parent 453e6e5b71
commit 2ccb4225d4
4 changed files with 0 additions and 107 deletions
@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true">
<shape android:shape="rectangle">
<solid android:color="@color/list_card_stroke_focused" />
<corners android:radius="8dp" />
</shape>
</item>
<item android:state_pressed="true">
<shape android:shape="rectangle">
<solid android:color="@color/list_card_stroke_focused" />
<corners android:radius="8dp" />
</shape>
</item>
<item>
<shape android:shape="rectangle">
<solid android:color="@android:color/transparent" />
</shape>
</item>
</selector>