Package io.scanbot.sdk.ui.utils
Class ThemeUtilsKt
-
- All Implemented Interfaces:
public final class ThemeUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static Integer
getResourceId(Context $self, Integer resId)
final static <Error class: unknown class>
getCompatColor(Context $self, Integer colorAttr)
final static Integer
dpToPx(Context $self, Integer dp)
final static Integer
pxToDp(Context $self, Integer px)
-
-
Method Detail
-
getResourceId
final static Integer getResourceId(Context $self, Integer resId)
- Parameters:
resId
- resources attribute id
-
getCompatColor
final static <Error class: unknown class> getCompatColor(Context $self, Integer colorAttr)
-
-
-
-