¡@

Home 

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

android Programming Glossary: gridlayout.addview

How to use the gridlayout to fit screen size

http://stackoverflow.com/questions/10347846/how-to-use-the-gridlayout-to-fit-screen-size

Color.RED twoByTwo1.setText TOP twoByTwo1.setTextAppearance this android.R.style.TextAppearance_Large gridLayout.addView twoByTwo1 first TextView twoByOne1 new TextView this GridLayout.LayoutParams second new GridLayout.LayoutParams row2 col0.. Color.BLUE twoByOne1.setText Staff Choices twoByOne1.setTextAppearance this android.R.style.TextAppearance_Large gridLayout.addView twoByOne1 second TextView twoByOne2 new TextView this GridLayout.LayoutParams third new GridLayout.LayoutParams row2 col1.. Color.GREEN twoByOne2.setText Games twoByOne2.setTextAppearance this android.R.style.TextAppearance_Large gridLayout.addView twoByOne2 third TextView twoByOne3 new TextView this GridLayout.LayoutParams fourth new GridLayout.LayoutParams row3 col0..