Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始学习android,我对查看填充有疑问。参考什么控制视图之间的默认填充?, 填充是否包含在我们指定给视图的尺寸中?所有帮助表示赞赏!
编辑:默认情况下布局是否会为其自身添加填充?
在您链接到的问题中,填充是由按钮的背景是九个补丁并且其中有一些透明边框引起的。由于“填充”是背景资源的一部分,它包含在图像大小中,您无需执行任何操作即可使其显示出来。
但是,如果您正在创建自己的视图,或者更改系统提供的 Widget 的背景或前景资源,您可能希望使用android:padding*属性来指定各种填充。
android:padding*