|
|
@@ -59,7 +59,7 @@ public class ClearEditText extends AppCompatEditText implements TextWatcher, Vie
|
|
|
/**
|
|
|
* clear icon setting 및 eventListener setting
|
|
|
*/
|
|
|
- public void init() {
|
|
|
+ public final void init() {
|
|
|
Drawable tempDrawable = ContextCompat.getDrawable(getContext(), R.drawable.icon_input_delete);
|
|
|
clearDrawable = DrawableCompat.wrap(tempDrawable);
|
|
|
//DrawableCompat.setTintList(clearDrawable, getHintTextColors());
|