Searched refs:buttonLabel (Results 1 – 4 of 4) sorted by relevance
76 TextView buttonLabel = rootView.findViewById(R.id.buttonLabel); in NavigationItem() local77 buttonLabel.setText(labelText); in NavigationItem()81 buttonLabel.setCompoundDrawablesRelativeWithIntrinsicBounds(mutatedLogoDrawable, null, in NavigationItem()
28 import kotlinx.android.synthetic.main.navigation_item.view.buttonLabel49 buttonLabel.apply { in <lambda>()
147 val buttonLabel = buttonLabelView.text.toString() in <lambda>() constant148 imageView.contentDescription = buttonLabel in <lambda>()
309 TextView buttonLabel = container.findViewById(labelId);310 String buttonLabelText = buttonLabel.getText().toString();