Android Edittext Text Entry Causing Scroll
This is a similar problem to what I posted earlier - but different. I have a HorizontalScrollView which contains 3 'pages'. When my app starts up, I tell the scrollview to scroll o
Solution 1:
try this in the EditText
mEditText.setGravity( Gravity.CENTER );
remove it
Post a Comment for "Android Edittext Text Entry Causing Scroll"