Searched refs:bottomButton (Results 1 – 1 of 1) 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()