]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/EditTextWithClear.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 / EditTextWithClear.java
index 56d132fd58388b412db6c06fd03ad59da9a0dca9..e39f7454938fc96921e38a9670a4d854d55ba9c1 100644 (file)
@@ -57,7 +57,7 @@ public final class EditTextWithClear extends androidx.appcompat.widget.AppCompat
         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) {