All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.likethesalad.tools.resource.api.android.attributes.Utils.kt Maven / Gradle / Ivy

package com.likethesalad.tools.resource.api.android.attributes

fun plain(value: String) = AndroidAttributeKey.Plain(value)
fun namespaced(value: String, namespaceValue: String) = AndroidAttributeKey.Namespaced(value, namespaceValue)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy