Default icon image can be changed by setting android:drawableRight
attribute.
To increase the interval between text and icon, specify android:drawablePadding
.
E.g.
<org.droidparts.widget.ClearableEditText
android:drawableRight="@android:drawable/ic_action_remove"
android:drawablePadding="12dp" />