安卓tablelayout 中一行tableRow中的一个控件改变了高度该行其他控件高度的也随着变了,如何避免这种情况
如图改变红框按钮的高度,绿框中的editText高度也跟着变了,而我只想把红框里的按钮高度变小一点代码如下<TableRowandroid:id="@+id/tableR...
如图改变红框按钮的高度,绿框中的editText高度也跟着变了 ,而我只想把红框里的按钮高度变小一点代码 如下 <TableRow android:id="@+id/tableRow3" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="5dip" > <TextView android:layout_width="0px" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="center" android:text="设置密码:" android:textSize="15dp" /> <LinearLayout android:layout_width="0dp" android:layout_height="fill_parent" android:layout_weight="2"> <EditText android:id="@+id/edtloginpwd" android:layout_width="0px" android:layout_height="wrap_content" android:layout_weight="2" android:gravity="left" android:inputType="textPassword" android:password="true" android:selectAllOnFocus="true" android:singleLine="true"> </EditText> <ToggleButton android:id="@+id/toggleButton1" android:layout_width="0px" android:layout_weight="1" android:layout_height="wrap_content" android:background="@color/gray_white" android:button="@drawable/psd_show_btn" android:checked="false" android:text="" android:textOff="" android:textOn="" /> </LinearLayout> </TableRow>
我自己解决了 加了margin 展开
我自己解决了 加了margin 展开
1个回答
2016-11-04 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
安卓tablelayout 中一行tableRow中的一个控件改变了高度该行其他控件高度的也随着变了
这个情况就是把控件写死,才能避免的。
这个情况就是把控件写死,才能避免的。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询