added new visualization hacks for mitigating problems on Sonim phones
This commit is contained in:
parent
0c32a2f113
commit
72a26c920d
22 changed files with 231 additions and 48 deletions
|
|
@ -19,4 +19,16 @@
|
|||
app:key="pref_font_size"
|
||||
app:title="@string/pref_font_size" />
|
||||
|
||||
<PreferenceCategory app:title="@string/pref_category_hacks">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:key="pref_candidates_view"
|
||||
app:title="@string/pref_hack_candidate_view" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:key="pref_clear_insets"
|
||||
app:title="@string/pref_hack_always_on_top" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue