android布局
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android布局相关的知识,希望对你有一定的参考价值。
使用TableRow容器,里面放满了Button,有没有办法让button之间留有空隙?
button的xml里面配android:layout_margin属性 参考技术A 可以给button设置外边距,marginleft(左边距),marginright(右边距),margintop(上边距),marginbottom(下边距)。以上是关于android布局的主要内容,如果未能解决你的问题,请参考以下文章