Make Soft Keyboard Behave Like Ios In Android
I have a layout which I placed my widgets proportionally with weight attribute. I don't want to use scrollView, I want my widgets to fit onto screen according to their weights. Ho
Solution 1:
That functionality isn't built into Android. If you want that, you need to put your entire layout inside of a scroll view.
Post a Comment for "Make Soft Keyboard Behave Like Ios In Android"