Android: Cloning a drawable in order to make a StateListDrawable with filters January 7, 2023 by Tarik Try the following: Drawable clone = drawable.getConstantState().newDrawable();