Class ContextKt
-
- All Implemented Interfaces:
public final class ContextKt
-
-
Method Summary
Modifier and Type Method Description final static IntegergetDimension(Context $self, @DimenRes() Integer dimen)final static IntegergetColorCompat(Context $self, @ColorRes() Integer color)final static ColorStateListgetColorStateListCompat(Context $self, @ColorRes() Integer color)final static DrawablegetDrawableCompat(Context $self, @DrawableRes() Integer id)-
-
Method Detail
-
getColorCompat
@ColorInt() final static Integer getColorCompat(Context $self, @ColorRes() Integer color)
-
getColorStateListCompat
final static ColorStateList getColorStateListCompat(Context $self, @ColorRes() Integer color)
-
getDrawableCompat
final static Drawable getDrawableCompat(Context $self, @DrawableRes() Integer id)
-
-
-
-