国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

Android布局之絕對布局AbsoluteLayout詳解

2019-10-22 18:26:00
字體:
來源:轉載
供稿:網友

本文實例為大家分享了Android絕對布局AbsoluteLayout的具體代碼,供大家參考,具體內容如下

1>AbsoluteLayout(絕對布局)

又可以叫做坐標布局,可以直接指定子元素的絕對位置(xy)

2>由于手機屏幕尺寸差別比較大

使用絕對定位的適應性會比較差,在屏幕的適配上有缺陷

3>AbsoluteLayout子類控件的屬性

android:layout_x=”35dip” 控制當前子類控件的x位置
android:layout_y=”40dip” 控制當前子類控件的y位置

開發中不推薦使用

<?xml version="1.0" encoding="utf-8"?><AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"  android:layout_width="match_parent" android:layout_height="match_parent">  <Button    android:id="@+id/button"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_x="236dp"    android:layout_y="94dp"    android:text="Button" />  <Button    android:id="@+id/button2"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_x="143dp"    android:layout_y="166dp"    android:text="Button" />  <Button    android:id="@+id/button3"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_x="33dp"    android:layout_y="263dp"    android:text="Button" /></AbsoluteLayout>

Android,絕對布局,AbsoluteLayout

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持VEVB武林網。


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 东城区| 民丰县| 周宁县| 北辰区| 黄梅县| 米泉市| 南投市| 北碚区| 三都| 紫阳县| 长武县| 百色市| 张北县| 宕昌县| 布拖县| 辽中县| 闵行区| 德钦县| 淮滨县| 凉山| 五家渠市| 秦皇岛市| 邹平县| 华池县| 集贤县| 承德市| 富顺县| 兴业县| 邢台县| 屏山县| 元氏县| 绵竹市| 娄烦县| 屏东县| 咸阳市| 雷波县| 德阳市| 获嘉县| 大石桥市| 卓资县| 阿尔山市|