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

首頁 > 系統 > Android > 正文

Android布局之絕對布局AbsoluteLayout詳解

2019-12-12 01:54:56
字體:
來源:轉載
供稿:網友

本文實例為大家分享了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>

這里寫圖片描述

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 河源市| 鄂托克旗| 郸城县| 镶黄旗| 东港市| 延安市| 永安市| 新干县| 祁门县| 咸丰县| 东海县| 巴彦县| 策勒县| 百色市| 新民市| 揭东县| 庆城县| 江山市| 杂多县| 古蔺县| 崇文区| 郎溪县| 威远县| 阳春市| 平顶山市| 鄂州市| 毕节市| 武鸣县| 黄石市| 塔河县| 靖边县| 成武县| 涟水县| 陆丰市| 宽甸| 云霄县| 保康县| 霍山县| 辛集市| 改则县| 周口市|