坐标布局:所有控件的坐标都是指定的
<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和ios button点击变暗效果
  2. Android程序员学IOS-UI篇
  3. Android(安卓)Emulator 模拟器使用方法
  4. 布局概述之相对布局RelativeLayout
  5. 系出名门 Android(安卓)系列文章索引
  6. Android中widget组件的开发流程
  7. android TextView控件属性列表
  8. Android之PopupWindow弹出对话框 Android之PopupWindow弹出对话
  9. android 常用控件一览(从底层分析,为自定义控件做下小铺垫)

随机推荐

  1. 关于Android的nodpi,xhdpi,hdpi,mdpi,ldp
  2. android native ndk崩溃定位
  3. Android logcat详细用法
  4. Android艺术开发探索——第二章:IPC机制(下
  5. androidjunit test基本知识(一)
  6. MonoDroid架起.NET与Android之间的桥梁
  7. Eclipse中编译Android工程时出现的问题解
  8. Android——横竖屏切换以及数据保存
  9. Android matrix偏移(平移),旋转,缩放,倾斜的
  10. 最全面总结 Android WebView与 JS 的交互