ToggleDrawable icon indicating copy to clipboard operation
ToggleDrawable copied to clipboard

Easy drawable animation using beziers curves.

Results 1 ToggleDrawable issues
Sort by recently updated
recently updated
newest added

I'm trying to change color of the icon by this snippet: final ToggleDrawable drawable = new SearchCrossDrawable(getActivity()); drawable.setColorFilter(Color.RED,PorterDuff.Mode.MULTIPLY); But it doesn't wok apparently. How can I change the color of...