标签:relativelayout 设置宽和高 android 控件
private RelativeLayout relativeLayout;
relativeLayout = (RelativeLayout)findViewById(R.id.relativeLayout);
player_View.getLayoutParams().height = 240;
player_View.getLayoutParams().width = 320;
Android学习【RelativeLayout控件设置宽 高】
标签:relativelayout 设置宽和高 android 控件
原文地址:http://blog.csdn.net/muyang_ren/article/details/46622773