Android 文章第一抄,下面的这些东西是转自Android Developer Help上面的。他们上面说的很详细。我这里就转载一下,特别提醒下自己。

Android Layout Attributes 的一些不容易理解的地方。

android:padding

Padding is defined as space between the edges of the view and the view's content. A views size will include it's padding. If abackgroundis provided, the padding will initially be set to that (0 if the drawable does not have padding). Explicitly setting a padding value will override the corresponding padding found in the background.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

控件内部控件边缘和内容的空白区

android:layout_margin

Specifies extra space on the left, top, right ,and bottom sides of this view. [dimension]

控件外部边缘和其他兄弟控件的空白区域,否则大部分情况下,会是直接相连的。

android:layout_alignLeft

Specifies extra space on the left side of this view. [dimension]

就是向着某个控件的左边对齐


android:layout_alignParentRight

If true, makes the left edge of this view match the left edge of the parent. [boolean]

就是向着父控的右边对齐

<!--EndFragment-->

更多相关文章

  1. android常用布局的使用
  2. android相对布局简介
  3. Android7.0中文文档(API)-- ZoomButtonsController
  4. Android--DatePickerDialog日期控件
  5. Android常用布局、控件以及Android存储方式
  6. Android主题和系统样式篇(下)
  7. android 控件学习笔记 --------ViewPager
  8. Android重要控件概览(中)
  9. android xml控件属性

随机推荐

  1. html5表格实战(课程表)
  2. 表单案例和css模块化与选择器
  3. html字体图标及盒模型练习
  4. php学习第四天
  5. HTML注册表单控件实例、CSS模块化理解与C
  6. 字体图标,布局与盒模型
  7. 酱茄OW,专为企业开发的官网小程序
  8. 测试使用的作业
  9. 注册表单实战案例
  10. 表单创建及CSS