简体   繁体   中英

How to set the size of the keyboard for EditText

I wonder whether it is possible to set the size of the keyboard for an editable text field? Is it possible to specify the size, even in relative terms, using existing tools, or is there any possibility to achieve statement of purpose? I hope for your help.

Nope, unless you have control over all the devices your app will run on (like an enterprise environment) and you install a custom keyboard.

Really, the only options you get for the onscreen keyboard are a few manifest entries about they keyboard start state (shown or hidden), and how your Activity responds/sizes itself when the onscreen keyboard is shown.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM