Question

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?

screenshot of ClearableEditText default icon

Was it helpful?

Solution

Yes, the padding can be specified like this:

android:drawablePadding="12dp"

I'll add this info to the guide.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top