This time I will bring youandroidHow to solve the problem of incomplete textinput display, what are theprecautionsto solve the problem of incomplete textinput display in android, the following is a practical case, let’s take a look.
As shown below
androidEnter The box has top and bottom padding by default
Solution Set the vertical padding of the Textinput element style to 0paddingVertical: 0
Othersrelated articles!
Recommended reading:Tips for using bitwise not (~) in JS
How to deploy Node.js HTTPS
The above is the detailed content of How to solve the problem of incomplete display of android textinput. For more information, please follow other related articles on the PHP Chinese website!