freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

物聯(lián)網(wǎng)系列專(zhuān)業(yè)課程:android用戶界面開(kāi)發(fā)(編輯修改稿)

2025-02-12 16:59 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 可見(jiàn)的 ? 表格布局還 支持嵌套 ,可以將另一個(gè)表格布局放置在前一個(gè)表格布局的網(wǎng)格中,也可以在表格布局中添加其他界面布局,例如線性布 局、相對(duì)布局等 TextView EditText Row 1 Button Button Row 2 表格布局 19:30 / 24 相對(duì)布局 Relative Layout ? 相對(duì)布局 RelativeLayout ? 相對(duì)布局( RelativeLayout)是一種非常靈活的布局方式,能夠通過(guò) 指定界面元素不其他元素的相對(duì)位置關(guān)系 ,確定界面中所有元素的布局位置 ? 特點(diǎn):能夠最大程度保證在各種屏幕類(lèi)型的手機(jī)上正確顯示界面布局 19:30 / 25 絕對(duì)布局 Absolute Layout ? 絕對(duì)布局 AbsoluteLayout ? 絕對(duì)布局( AbsoluteLayout)能通過(guò)指定界面元素的坐標(biāo)位置,杢確定用戶界面的整體布局 ? 絕對(duì)布局是一種 丌推薦使用 的界面布局,因?yàn)橥ㄟ^(guò) X軸和 Y軸確定界面元素位置后, Android系統(tǒng)丌能夠根據(jù)丌同屏幕對(duì)界面元素的位置迚行調(diào)整,降低了界面布局對(duì)丌同類(lèi)型和尺寸屏幕的適應(yīng)能力 19:30 / 26 布局的嵌套 ? 布局的嵌套是指相同或者丌同類(lèi)型的布局之間可以嵌套使用,其目的是為了利用丌同布局的特性,方便構(gòu)建我們想要得到的圖案 19:30 / 27 布局嵌套實(shí)例 ?xml version= encoding=utf8? LinearLayout xmlns:android= android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical LinearLayout android:layout_width=fill_parent android:layout_height=fill_parent android:layout_weight=1 android:orientation=horizontal TextView android:layout_width=wrap_content android:layout_height=fill_parent android:layout_weight=1 android:background=aa0000 android:gravity=center_horizontal android:text=red / TextView android:layout_width=wrap_content android:layout_height=fill_parent android:layout_weight=1 android:background=00aa00 android:gravity=center_horizontal android:text=green / TextView android:layout_width=wrap_content android:layout_height=fill_parent android:layout_weight=1 android:background=0000aa android:gravity=center_horizontal android:text=blue / /LinearLayout LinearLayout android:layout_width=fill_parent android:layout_height=fill_parent android:layout_weight=1 android:orientation=vertical TextView android:layout_width=fill_parent android:layout_height=wrap_content
點(diǎn)擊復(fù)制文檔內(nèi)容
規(guī)章制度相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1