android 如何动态设置控件的宽度和高度
展开全部
android中的控件如果在xml布局文件中把控件的layout_width和layout_height写成固定值了,好像就不能再在程序中更改该控件的高度和宽度了,不知哪位大侠有何良策可以指教一二,如
xml文件内容如下:
<LinearLayout
android:id="@id/dialog_bottom_neutral"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:gravity="center"<Buttonandroid:id="@id/dialog_bottom_neutral_button"
android:layout_width="80.0dip"
android:layout_height="28.0dip"
android:background="@drawable/dlg_button"
android:gravity="center"
android:singleLine="true"
android:text="mid"
android:textColor="@drawable/dlg_button_text_color"
android:textSize="14.0sp" /
小弟在程序中使用button.width和button.height设置没用,用LayoutParmas设置也没用
xml文件内容如下:
<LinearLayout
android:id="@id/dialog_bottom_neutral"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:gravity="center"<Buttonandroid:id="@id/dialog_bottom_neutral_button"
android:layout_width="80.0dip"
android:layout_height="28.0dip"
android:background="@drawable/dlg_button"
android:gravity="center"
android:singleLine="true"
android:text="mid"
android:textColor="@drawable/dlg_button_text_color"
android:textSize="14.0sp" /
小弟在程序中使用button.width和button.height设置没用,用LayoutParmas设置也没用
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询