Searched refs:bottomButton (Results 1 – 2 of 2) sorted by relevance
69 final Button bottomButton = new Button(context); in twoButtonsSeparatedByFiller() local70 bottomButton.setLayoutParams(buttonLp); in twoButtonsSeparatedByFiller()71 bottomButton.setText("bottom (position " + position + ")"); in twoButtonsSeparatedByFiller()72 ll.addView(bottomButton); in twoButtonsSeparatedByFiller()
46 Button bottomButton = view.findViewById(R.id.bottom_button); in onCreateView() local52 bottomButton.setVisibility(buttonVisibility); in onCreateView()