关于 android:layout_x="0px" 是指当前View在整个布局管理器中相对于左上角即(0,0)点坐标所占的位置,而 android:layout_height="wrap_content" 是指当前View在布局管理器中

的大小。

<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

>

<TextView

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_x="0px"

android:layout_y="69px"

android:autoLink="all"

android:text="欢迎来到android世界。。。 http://www.baidu.com"

/>

</AbsoluteLayout>

更多相关文章

  1. Android五个布局
  2. android开发中常用的五大布局
  3. android的布局文件简介
  4. Android中的布局
  5. Android 布局 LinearLayout与RelativeLayout的布局属性
  6. android 相对定位布局方向
  7. android studio开发 控件布局
  8. android 布局属性
  9. AndroidStudio 基础控件与布局

随机推荐

  1. Android(安卓)短信数据库详细总结分析
  2. Android(安卓)中 PopupWindow的用法 汇总
  3. 【Android】MTK Android(安卓)编译命令
  4. Android(安卓)新手常见的10个误区(上)
  5. 类程序Log4j Android
  6. Android(安卓)Studio 如何导入.so文件/ja
  7. Android中的数据结构解析(四)SparseArray和
  8. Android上传文件之FTP
  9. 【Android(安卓)初学】2、View初步
  10. Android(安卓)之 ContentProvider 共享数