Set EditText horizontally scrollable

It can be define in XML using the statement:

 android:scrollHorizontally="true"


or using Java code:

 setHorizontallyScrolling(true);


scrollHorizontally

0 Response to "Set EditText horizontally scrollable"

Posting Komentar