¡@

Home 

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

android Programming Glossary: fontsize

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

TableLayout contentHeaderTable private TableLayout frozenTable private TableLayout contentTable Typeface font float fontSize int cellWidthFactor ObservableHorizontalScrollView headerScrollView ObservableHorizontalScrollView contentScrollView public.. savedInstanceState setContentView R.layout.result_grid font Typeface.createFromAsset getAssets fonts consola.ttf fontSize 11 Actually this is dynamic in my application but that code is removed for clarity final float scale getBaseContext .getResources.. for clarity final float scale getBaseContext .getResources .getDisplayMetrics .density cellWidthFactor int Math.ceil fontSize scale fontSize 10 0.9 0.7 Button backButton Button findViewById R.id.backButton frozenTable TableLayout findViewById R.id.frozenTable..