@Target([AnnotationTarget.CLASS]) annotation class Styleable
value - The name of the styleable resource.
emptyDefaultStyle - Set to true if the view does not have a default style.
Will only be used if ParisConfig.namespacedResourcesEnabled is true. Default: false.
Styleable(value: String = "", emptyDefaultStyle: Boolean = false) |
val emptyDefaultStyle: Boolean
Set to true if the view does not have a default style. Will only be used if ParisConfig.namespacedResourcesEnabled is true. Default: false. |
|
val value: String
The name of the styleable resource. |