feat(ui): implement theme selection dialog with TV support

This commit is contained in:
2026-03-28 21:55:38 +01:00
parent 2ccb4225d4
commit a5b11ba99a
4 changed files with 231 additions and 22 deletions
@@ -84,6 +84,7 @@ object Keys {
const val DIALOG_REMOVE_STATION: Int = 2
const val DIALOG_UPDATE_STATION_IMAGES: Int = 4
const val DIALOG_RESTORE_COLLECTION: Int = 5
const val DIALOG_THEME_SELECTION: Int = 6
// dialog results
const val DIALOG_EMPTY_PAYLOAD_STRING: String = ""