fix navbar color setting state

This commit is contained in:
Helium314 2023-07-12 19:02:32 +02:00
parent 624b58b82d
commit 1848d50c6c
2 changed files with 2 additions and 2 deletions

View file

@ -52,11 +52,11 @@ Plan / to do:
* ~fix ABC buttons in emoji and clipboard view have wrong text color~ * ~fix ABC buttons in emoji and clipboard view have wrong text color~
* fix buttons on long-press action key not themed * fix buttons on long-press action key not themed
* allow adjusting colors without requiring manual reload of keyboard * allow adjusting colors without requiring manual reload of keyboard
* fix issues in _more suggestions_ view, https://github.com/Helium314/openboard/issues/9#issuecomment-1626932543
* ~delete suggestions, https://github.com/openboard-team/openboard/issues/106~ * ~delete suggestions, https://github.com/openboard-team/openboard/issues/106~
* make functionality more discoverable, e.g. add a button to the _more suggestions_ menu * make functionality more discoverable, e.g. add a button to the _more suggestions_ menu
* ~gesture typing, https://github.com/openboard-team/openboard/issues/3~ * ~gesture typing, https://github.com/openboard-team/openboard/issues/3~
* ~license issues, require using an external library~ * ~license issues, require using an external library~
* re-consider preferring lowercase word for typed history in some cases (DictionaryFacilitatorImpl.addWordToUserHistory)
* ~move/copy _use contacts_ setting from well hidden spell checker settings to _text correction_ settings~ * ~move/copy _use contacts_ setting from well hidden spell checker settings to _text correction_ settings~
* add emojis to user history, to be used for next word suggestions * add emojis to user history, to be used for next word suggestions

View file

@ -46,7 +46,7 @@
android:summary="@string/amoled_mode_summary"/> android:summary="@string/amoled_mode_summary"/>
<CheckBoxPreference <CheckBoxPreference
android:key="theme_key_borders" android:key="navbar_color"
android:title="@string/theme_navbar"/> android:title="@string/theme_navbar"/>
<Preference <Preference