¡@

Home 

2014/10/16 ¤W¤È 08:11:29

android Programming Glossary: contenttable

Creating a table/grid with a frozen column and frozen headers

http://stackoverflow.com/questions/7586753/creating-a-table-grid-with-a-frozen-column-and-frozen-headers

layout_marginTop 2dip android layout_marginLeft 4dip android layout_marginRight 1dip TableLayout android id @ id contentTable android layout_width fill_parent android layout_height wrap_content android stretchColumns 1 HorizontalScrollView LinearLayout.. private boolean showSummaries private TableLayout summaryTable private TableLayout frozenTable private TableLayout contentTable public void onCreate Bundle savedInstanceState super.onCreate savedInstanceState setContentView R.layout.result_grid Button.. Button backButton Button findViewById R.id.backButton frozenTable TableLayout findViewById R.id.frozenTable contentTable TableLayout findViewById R.id.contentTable ArrayList String content Removed Code Here I get some data from getIntent .getExtras..