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

Android之AbsoluteLayout(绝对布局)

时间:2017-12-12 15:18:18      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:使用   bsp   布局   you   wrap   log   gpo   height   android   

1、属性简介

  为了适配不同机型,绝对布局使用很少!

  android:layout_x="50dp" 

  android:layout_y="100dp"也只有在AbsoluteLayout时才能使用

        <TextView
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:layout_x="50dp"
            android:layout_y="100dp"
            />

 

Android之AbsoluteLayout(绝对布局)

标签:使用   bsp   布局   you   wrap   log   gpo   height   android   

原文地址:http://www.cnblogs.com/xianfeng-zhang/p/8027381.html

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