Fix episode number matching, add scroll-based preloading, and fix search UI

This commit is contained in:
tvmon-dev
2026-04-15 20:45:28 +09:00
parent 9a7ea53c1e
commit dae2fa6082
7 changed files with 75 additions and 36 deletions

View File

@@ -58,7 +58,8 @@
android:name=".ui.search.SearchActivity"
android:exported="true"
android:label="@string/search_title"
android:theme="@style/Theme.Tvmon.Search">
android:screenOrientation="landscape"
android:theme="@style/Theme.Leanback">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>