mirror of
https://github.com/bbara04/Purefin.git
synced 2026-04-01 01:30:08 +02:00
- 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
6 lines
343 B
XML
6 lines
343 B
XML
<?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> |