mirror of
https://github.com/bbara04/Purefin.git
synced 2026-04-05 10:28:53 +02:00
feat: add content screens to TV app (movies, series, episodes)
- Created MovieScreen, MovieComponents for movie detail view - Created SeriesScreen, SeriesComponents for series detail with season selection - Created EpisodeScreen, EpisodeComponents for episode detail view - Copied all required common UI components from mobile app - Updated TvNavigationModule with route entry builders - Updated TvRouteEntryBuilder with new screen entries - Added missing launcher resources for TV app build - All screens reuse ViewModels from :feature:shared module - TV app now supports browsing movies, series, and episodes
This commit is contained in:
6
app-tv/src/main/res/mipmap-anydpi/ic_launcher.xml
Normal file
6
app-tv/src/main/res/mipmap-anydpi/ic_launcher.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background" />
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
||||
Reference in New Issue
Block a user