幽沉谢世事,俯默窥唐虞。这篇文章主要讲述Android中的padding和margin的区别相关的知识,希望能为你提供帮助。
在android的布局中,常常有人将padding和margin搞混,他们其实不一样的,padding是该控件的内部距离。
magin是该控件与其他控件之间的距离。例如
<
LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/holo_blue_light"
android:orientation="vertical" >
<
TextView
android:padding="10dp"
android:layout_margin="10dp"
android:background="@android:color/holo_green_light"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/test"/>
<
/LinearLayout>
得到的布局如下:
文章图片
【Android中的padding和margin的区别】
推荐阅读
- Android探究2(Android 5.0下 Dialog&AlertDialog 并不会影响Activity的生命周期)
- Android OTG之USB转串口模块通讯
- Android Studio获取开发版SHA1值和发布版SHA1值的史上最详细方法
- Android自动化之Monkey环境搭建
- Codeforces 930 A. Peculiar apple-tree (dfs)
- Unable to instantiate application com.android.tools.fd.runtime.BootstrapApplication 解决办法
- NGINX压缩和解压缩
- Neo4j-return子句
- 使用MATCH查询数据