Searched refs:textColorRes (Results 1 – 2 of 2) sorted by relevance
26 @ColorRes open val textColorRes: Int, constant in com.android.wallpaper.picker.common.button.ui.viewmodel.ButtonStyle31 textColorRes = R.color.system_on_primary,36 textColorRes = R.color.system_on_surface,
39 button.setTextColor(parent.resources.getColor(viewModel.style.textColorRes, null)) in create()