0

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

yanchenko
  • 56,576
  • 33
  • 147
  • 165
dexxtr
  • 478
  • 1
  • 5
  • 8

1 Answers1

1

Docs. To use the native Holo icon:

<org.droidparts.widget.ClearableEditText
    // ...
    android:drawableRight="@drawable/ic_clear" />
yanchenko
  • 56,576
  • 33
  • 147
  • 165