mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Allow predictive text on Android by default, add option to block predictive text. Fixes #55.
This commit is contained in:
parent
c2dcc55d6e
commit
919cd6a449
4 changed files with 32 additions and 13 deletions
|
@ -1822,20 +1822,20 @@ MDScreen:
|
|||
pos_hint: {"center_y": 0.3}
|
||||
active: False
|
||||
|
||||
# MDBoxLayout:
|
||||
# orientation: "horizontal"
|
||||
# size_hint_y: None
|
||||
# padding: [0,0,dp(24),dp(0)]
|
||||
# height: dp(48)
|
||||
MDBoxLayout:
|
||||
orientation: "horizontal"
|
||||
size_hint_y: None
|
||||
padding: [0,0,dp(24),dp(0)]
|
||||
height: dp(48)
|
||||
|
||||
# MDLabel:
|
||||
# text: "Allow Predictive Text"
|
||||
# font_style: "H6"
|
||||
MDLabel:
|
||||
text: "Block Predictive Text"
|
||||
font_style: "H6"
|
||||
|
||||
# MDSwitch:
|
||||
# id: settings_allow_predictive_text
|
||||
# pos_hint: {"center_y": 0.3}
|
||||
# active: False
|
||||
MDSwitch:
|
||||
id: settings_block_predictive_text
|
||||
pos_hint: {"center_y": 0.3}
|
||||
active: False
|
||||
|
||||
# MDBoxLayout:
|
||||
# orientation: "vertical"
|
||||
|
@ -1844,7 +1844,7 @@ MDScreen:
|
|||
# padding: [0, dp(24), 0, dp(24)]
|
||||
|
||||
# MDRectangleFlatIconButton:
|
||||
# id: hardware_rnode_button
|
||||
# id: input_language_button
|
||||
# icon: "translate"
|
||||
# text: "Input Languages"
|
||||
# padding: [dp(0), dp(14), dp(0), dp(14)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue