Skip to content

Commit

Permalink
fix navbar color setting state
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Jul 12, 2023
1 parent 624b58b commit 1848d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/prefs_screen_appearance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1848d50

Please sign in to comment.