ResValue

class ResValue : Serializable


Resource to be generated by the build system.

Summary

Nested types

ResValue.Key

a generated resource is identified by its type+name as you can create

Public constructors

ResValue(value: String, comment: String?)

Public properties

String?

Optional comment.

String

value for the resource

Public constructors

ResValue

ResValue(value: String, comment: String? = "Added from the variant API")

Public properties

comment

val commentString?

Optional comment.

value

val valueString

value for the resource