mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 17:40:54 +00:00
fix navbar color setting state
This commit is contained in:
parent
624b58b82d
commit
1848d50c6c
2 changed files with 2 additions and 2 deletions
|
@ -52,11 +52,11 @@ Plan / to do:
|
|||
* ~fix ABC buttons in emoji and clipboard view have wrong text color~
|
||||
* fix buttons on long-press action key not themed
|
||||
* 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~
|
||||
* make functionality more discoverable, e.g. add a button to the _more suggestions_ menu
|
||||
* ~gesture typing, https://github.com/openboard-team/openboard/issues/3~
|
||||
* ~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~
|
||||
* add emojis to user history, to be used for next word suggestions
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
android:summary="@string/amoled_mode_summary"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="theme_key_borders"
|
||||
android:key="navbar_color"
|
||||
android:title="@string/theme_navbar"/>
|
||||
|
||||
<Preference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue