android基础之AbsoluteLayout布局-创新互联-古蔺大橙子建站
RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
android基础之AbsoluteLayout布局-创新互联

Absolute布局:

创新互联公司自2013年起,先为海口等服务建站,海口等地企业,进行企业商务咨询服务。为海口企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

组件的位置可以准确的指定在屏幕的x/y坐标位置

虽然可以精确的去规定坐标,但是不建议使用。因为不同的设备  不同的分辨率的手机移动设备上不能很好的显示应有的效果

  xmlns:tools="http://schemas.android.com/tools"

  android:layout_width="match_parent"

  android:layout_height="match_parent"

  android:orientation="vertical"

  >

  android:layout_width="wrap_content"

  android:layout_height="fill_parent"

  android:text="Button1"

  />

  android:layout_width="fill_parent"

  android:layout_height="wrap_content"

  android:text="button2"

  />

运行结果如下:

android基础之AbsoluteLayout布局

layout_x和layout_y属性:可以设置具体的x/y坐标

代码如下:

  xmlns:tools="http://schemas.android.com/tools"

  android:layout_width="match_parent"

  android:layout_height="match_parent"

  android:orientation="vertical"

  >

  android:layout_width="wrap_content"

  android:layout_height="fill_parent"

  android:text="Button1"

  android:layout_x="100dp"

  />

  android:layout_width="fill_parent"

  android:layout_height="wrap_content"

  android:text="button2"

  android:layout_y="100dp"

  />

运行如下:

android基础之AbsoluteLayout布局

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


网站栏目:android基础之AbsoluteLayout布局-创新互联
转载源于:http://scgulin.cn/article/cdjgeh.html