tintToTheme

Tints a Drawable to match the user's current theme. More specifically, tints the drawable to R.c.primary_light_600 if the user is using light theme, R.c.primary_dark_300 otherwise

Make sure you call Drawable.mutate first or the drawable will change in the entire app.

Return

Drawable for chaining

Parameters

drawable

Drawable