Searched refs:tint (Results 1 – 6 of 6) sorted by relevance
38 private val tint = object { constant83 ViewCompat.setBackgroundTintList(this, tint.incoming) in onBindViewHolder()102 ViewCompat.setBackgroundTintList(this, tint.outgoing) in onBindViewHolder()
8 Tinting is set on a nine-patch drawable through the "tint" and "tintMode" parameters.9 A color state list is referenced as the tint color, which defines colors for different
258 case R.id.tint: in initEffect()
88 using the `android:tint` attribute.91 setting its View tint in `fragment_welcome.xml#L38`. Also, you can set it programmatically