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

溫馨提示×

溫馨提示×

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

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

android靈活布局

發布時間:2020-07-10 08:35:19 來源:網絡 閱讀:567 作者:王屯屯 欄目:移動開發

如何像在jsp頁面布局一樣,在android界面布局

在res->layout文件夾下,新建xml文件。

在src文件中設置布局文件為剛剛新建的xml文件

android靈活布局

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TableLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1"
>
<TableRow >
<TextView
android:text="ceshi"
android:id="@+id/layoutTextView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffff"
>
</TextView>
<EditText
android:text=""
android:id="@+id/EditText01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</TableRow>
<TableRow android:gravity="right">
<Button
android:text="test"
android:id="@+id/layoutButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</TableRow>
</TableLayout>
</LinearLayout>

 

向AI問一下細節

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

AI

息烽县| 溧水县| 长垣县| 蓬安县| 瑞昌市| 银川市| 公主岭市| 兴安县| 麻栗坡县| 平陆县| 常州市| 安福县| 克东县| 庆城县| 都江堰市| 海南省| 兴仁县| 蒙阴县| 诏安县| 陵水| 洪湖市| 太仓市| 泸水县| 磐石市| 昆明市| 肃北| 浪卡子县| 城口县| 朔州市| 潍坊市| 开封县| 郯城县| 烟台市| 金川县| 双柏县| 蒲城县| 营山县| 梅州市| 沙坪坝区| 无锡市| 涪陵区|