Search code examples
androiddroidparts

Changing DroidParts ClearableEditText icon


Could you give a tip, how to change clear icon to icon from Holo theme? Thanks.


Solution

  • Docs. To use the native Holo icon:

    <org.droidparts.widget.ClearableEditText
        // ...
        android:drawableRight="@drawable/ic_clear" />