summaryrefslogtreecommitdiffhomepage
path: root/android/lib/tv
AgeCommit message (Collapse)AuthorFilesLines
2025-03-19Improve TV connect screen UIKalle Lindström4-0/+363
- Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module.