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
-14
View File
@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/selector_preference_focus"
android:orientation="vertical"
android:padding="8dp">
<FrameLayout
android:id="@android:id/widget_frame"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>