Friday 17 August 2012

Set Height,Width and weight of view In Android

    LinearLayout.LayoutParams= new LinearLayout.LayoutParams(
                        LayoutParams.MATCH_PARENT,
                        LayoutParams.MATCH_PARENT, 0.5f);

No comments:

Post a Comment