mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-19 12:18:43 -04:00
feat: add high-contrast theme with accessible message bubbles (#5135)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -84,6 +84,12 @@ class FakeUiPrefs : UiPrefs {
|
||||
theme.value = value
|
||||
}
|
||||
|
||||
override val contrastLevel = MutableStateFlow(0)
|
||||
|
||||
override fun setContrastLevel(value: Int) {
|
||||
contrastLevel.value = value
|
||||
}
|
||||
|
||||
override val locale = MutableStateFlow("en")
|
||||
|
||||
override fun setLocale(languageTag: String) {
|
||||
|
||||
Reference in New Issue
Block a user