kirillrakhman
fun Context.getDrawableCompat(@DrawableRes res: Int) = AppCompatResources.getDrawable(this, res)!!