get Color State List
open fun getColorStateList(@NonNull context: Context, @NonNull attributes: TypedArray, @StyleableRes index: Int): ColorStateList
Returns the ColorStateList from the given TypedArray attributes. The resource can include themeable attributes, regardless of API level.
open fun getColorStateList(@NonNull context: Context, @NonNull attributes: TintTypedArray, @StyleableRes index: Int): ColorStateList
Returns the ColorStateList from the given TintTypedArray attributes. The resource can include themeable attributes, regardless of API level.