码迷,mamicode.com
首页 > 移动开发 > 详细

android studio学习(一)

时间:2019-04-13 15:12:39      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:nbsp   androi   idt   android   线性   studio   ext   tom   under   

关于布局绝大部分使用线性布局相对布局
LinearLayout线性布局
android:id        标识,找到空间
"@+id/"
android:layout_width  宽度
android:layout_height  高度
match_parent 匹配副空间
dp 单位
android:background    背景
android:layout_margin  外边距
android:layout_padding  内边距
android:orientation    布局方向(垂直
vertical,水平horizontal
RelativeLayout相对布局
android:layout_toLeftOf        在...左

android:
layout_toRightOf        在...右
android:layout_alignBottom      
android:layout_alignParentBottom  在底部
android:layout_below         在...下 
 

 

android studio学习(一)

标签:nbsp   androi   idt   android   线性   studio   ext   tom   under   

原文地址:https://www.cnblogs.com/sonofdemon/p/10701169.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!