¡@

Home 

2014/10/16 ¤W¤È 08:13:51

android Programming Glossary: frozentable

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

orientation horizontal TableLayout android id @ id frozenTable android layout_height wrap_content android layout_width wrap_content.. layout_height wrap_content android layout_toRightOf @id frozenTable android layout_marginTop 2dip android layout_marginLeft 4dip.. private TableLayout summaryTable private TableLayout frozenTable private TableLayout contentTable public void onCreate Bundle..

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

fill_parent android layout_height wrap_content android orientation horizontal TableLayout android id @ id frozenTable android layout_height wrap_content android layout_width wrap_content android layout_marginTop 2dip android layout_marginLeft.. android layout_width fill_parent android layout_height wrap_content android layout_toRightOf @id frozenTable android layout_marginTop 2dip android layout_marginLeft 4dip android layout_marginRight 1dip TableLayout android id.. RelativeLayout Java code private boolean showSummaries private TableLayout summaryTable private TableLayout frozenTable private TableLayout contentTable public void onCreate Bundle savedInstanceState super.onCreate savedInstanceState setContentView..