Problem With Making Edittext Scrollable
i am using an edittext in my application.this is set as focusable=false.but i want to make it automatically scrollabe when a big value is displaying..plz help me.given below is my
Solution 1:
Remove android:singleLine="true"
and you will be able to scroll horizontally.
Post a Comment for "Problem With Making Edittext Scrollable"