坐标布局:所有控件的坐标都是指定的
<AbsoluteLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="10px"
android:layout_y="20px"
android:text="AbsoluteLayout" >
</TextView>
</AbsoluteLayout>

更多相关文章

  1. android TextView控件属性列表
  2. android 常用控件一览(从底层分析,为自定义控件做下小铺垫)
  3. Android中日期和时间控件的使用
  4. Android 常用控件讲解
  5. Android给控件添加默认点击效果
  6. android控件常用属性区别
  7. Android常见控件初探
  8. Android中设置控件可见与不可见详…
  9. Android 自定义控件-SnakeLayout (仿gallery)

随机推荐

  1. android 自动获取时间,网络提供的值
  2. Android触摸事件的传递(四-2)--输入系统-In
  3. Android(安卓)AIDL使用详解
  4. EditView 使其开始不获得焦点
  5. android的第一个实例跑通了,哈哈
  6. Android(安卓)Broadcast 探索(二)— 使用
  7. Android(安卓)Studio 报 Failed to resol
  8. android内核介绍
  9. Android(安卓)更新UI的两种方法——handl
  10. Android(安卓)给控件添加边框阴影效果