1. 程式人生 > >android之tableLayout佈局之一

android之tableLayout佈局之一

  // wc和fp兩個屬性,是佈局用的,wc表示wrap_content剛好包含內容,FP則是填充滿父容器
    private final int WC = ViewGroup.LayoutParams.WRAP_CONTENT;   
    private final int FP = ViewGroup.LayoutParams.FILL_PARENT;   
       
    @Override  
    public void onCreate(Bundle savedInstanceState) {   
        super.onCreate(savedInstanceState);   
        setContentView(R.layout.main);   
        //