]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/AutoCompleteTextViewWithClear.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 / AutoCompleteTextViewWithClear.java
index 8b73de1d331c68c4ff7207c2e2913ae446c82332..78e62d4cf2d7813842af6a1a7980b0ac0d414097 100644 (file)
@@ -57,7 +57,7 @@ public final class AutoCompleteTextViewWithClear extends AppCompatAutoCompleteTe
         setCompoundDrawablesRelative(null, null, null, null);
     }
     private void showClearDrawable() {
-        setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, R.drawable.ic_clear_black_24dp, 0);
+        setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0, R.drawable.ic_clear_accent_24dp, 0);
     }
     @Override
     protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {