91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中怎么實現頁面布局

發布時間:2021-07-19 15:15:03 來源:億速云 閱讀:255 作者:Leah 欄目:移動開發

這期內容當中小編將會給大家帶來有關Android中怎么實現頁面布局,文章內容豐富且以專業的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

1、gravity

gravity 這個英文單詞是重心的意思,在這里就表示停靠位置的意思。

android:gravity是對元素本身說的,元素本身的文本顯示在什么地方靠著換個屬性設置,不過不設置默認是在左側的。

android:layout_gravity是相對與它的父元素說的,說明元素顯示在父元素的什么位置。

比如說button: android:layout_gravity 表示按鈕在界面上的位置。 android:gravity表示button上的字在button上的位置。

可選值:top、bottom、left、right、center_vertical、fill_vertical、center_horizontal、fill_horizontal、center、fill、clip_vertical。

而且這些屬性是可以多選的,用“|”分開,默認這個的值是:Gravity.LEFT

2、layout_weight

layout_weight 用于給一個線性布局中的諸多視圖的重要度賦值。

所有的視圖都有一個layout_weight值,默認為零,意思是需要顯示多大的視圖就占據多大的屏幕空間。若賦一個高于零的值,則將父視圖中的可用空間分割,分割大小具體取決于每一個視圖的layout_weight 值以及該值在當前屏幕布局的整體 layout_weight值和在其它視圖屏幕布局的layout_weight值中所占的比率而定。

舉個例子:比如說我們在 水平方向上有一個文本標簽和兩個文本編輯元素。

該文本標簽并無指定layout_weight值,所以它將占據需要提供的最少空間。如果兩個文本編輯元素每一個的layout_weight值都設置為1,則兩者平分在父視圖布局剩余的寬度(因為我們聲明這兩者的重要度相等)。如果兩個文本編輯元素其中***個的layout_weight值設置為1,而第二個的設置為2,

則剩余空間的三分之二分給***個,三分之一分給第二個(數值越小,重要度越高)。

Android中怎么實現頁面布局

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:background="@drawable/bg02"

android:orientation="horizontal" >

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

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:layout_weight="4"

android:orientation="vertical" >

android:id="@+id/txtSpace1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="" />

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

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:layout_weight="1"

android:orientation="vertical" >

android:id="@+id/txtSpace2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="" />

android:id="@+id/button1"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/mn_01" />

android:id="@+id/button2"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/mn_02" />

android:id="@+id/button3"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/mn_03" />

android:id="@+id/button4"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:text="@string/mn_04" />

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

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:layout_weight="4"

android:orientation="vertical" >

android:id="@+id/txtSpace3"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="" />

上述就是小編為大家分享的Android中怎么實現頁面布局了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

绥德县| 桂东县| 华阴市| 临洮县| 昌图县| 井冈山市| 浙江省| 竹溪县| 阳城县| 扎囊县| 醴陵市| 平和县| 介休市| 新安县| 南涧| 德格县| 西乌珠穆沁旗| 滦南县| 叶城县| 凤山县| 海兴县| 怀远县| 汝城县| 石屏县| 彰化市| 白山市| 齐齐哈尔市| 贵定县| 梓潼县| 茶陵县| 宁波市| 富阳市| 德令哈市| 北辰区| 富蕴县| 江北区| 隆回县| 开封市| 迁安市| 西昌市| 盐山县|