OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:footerbutton
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabels.java
45
Button
footerButton
= new Button(this);
46
footerButton
.setText("hi");
47
footerButton
.setLayoutParams(
51
getListView().addFooterView(
footerButton
);
Completed in 48 milliseconds