开发者

Make entire EditText viewable?

开发者 https://www.devze.com 2023-02-06 14:04 出处:网络
Here is my problem: The keyboard covers up the EditText.开发者_如何学C How can I prevent this from happening? Here is my original view (without the keyboard):

Here is my problem:

Make entire EditText viewable?

The keyboard covers up the EditText.开发者_如何学C How can I prevent this from happening? Here is my original view (without the keyboard):

Make entire EditText viewable?


You need to put your entire view within the tab into a scrollview which will allow the users of your app to scroll the activity up to see the edit box.

0

精彩评论

暂无评论...
验证码 换一张
取 消