]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/TextViewClearHelper.java
rename ic_clear_black_24dp.xml to avoid clash with a private SDK resource
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / TextViewClearHelper.java
index 3060ebaff3aeb90c4537356bedd2654dc8766dc2..e6e7793b2ac21a1eeb4589b0c030757e64871807 100644 (file)
@@ -98,7 +98,7 @@ public class TextViewClearHelper {
         view.setCompoundDrawablesRelative(null, null, null, null);
     }
     private void showClearDrawable() {
-        view.setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, R.drawable.ic_clear_black_24dp,
+        view.setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, R.drawable.ic_clear_accent_24dp,
                 0);
     }
     public boolean onTouchEvent(EditText view, MotionEvent event) {