Is there a way to increase the padding in XML code to the left so that the user can comfortably move the cursor at the end of a very long sentence?
Asked
Active
Viewed 125 times
1 Answers
1
Yes, the padding can be specified like this:
android:drawablePadding="12dp"
I'll add this info to the guide.

yanchenko
- 56,576
- 33
- 147
- 165
-
Thanks! Great library btw. Hats off to you. – terencey Apr 20 '14 at 23:50