中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

巴彦县| 莱州市| 邢台市| 榆林市| 德安县| 博野县| 额敏县| 桑日县| 巫山县| 陈巴尔虎旗| 晋中市| 临夏县| 昌都县| 隆化县| 德惠市| 玉龙| 苗栗县| 武夷山市| 防城港市| 岫岩| 醴陵市| 农安县| 秦皇岛市| 连云港市| 辽源市| 沙湾县| 鹿泉市| 正宁县| 延庆县| 灌阳县| 普兰店市| 福贡县| 札达县| 芜湖市| 家居| 宝坻区| 聂拉木县| 得荣县| 平远县| 衡水市| 嘉祥县|