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

首頁 > 學院 > 開發設計 > 正文

PopupWindow 布局文件的兩種寫法

2019-11-09 14:50:23
字體:
來源:轉載
供稿:網友

第一種寫法: 使用paddding和margin來做按鈕之間的間隔

<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#88000000" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:orientation="vertical" > <RelativeLayout android:id="@+id/layout_camera" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:background="@drawable/line_bottom" android:clickable="true" android:paddingBottom="20d

第二種寫法: 使用TextView來做兩個Button之間的間隔

<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_transparent" > <LinearLayout android:id="@+id/ll_popup" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:background="#ffffff" android:orientation="vertical" > <TextView android:layout_width="match_parent" android:layout_height="1dp" android:background="#ff495a" /> <LinearLayout android:layout_width="match_parent" android:layout_height="55dp" android:orientation="horizontal" > <Button android:id="@+id/item_popupwindows_camera" android:layout_width="match_parent" android:layout_height="55dp" android:background="@drawable/bt_nobgd" android:textColor="#585858" android:textSize="18sp" android:text="拍照" /> </LinearLayout> <TextView android:layout_marginLeft="80dp" android:layout_width="match_parent" android:layout_height="1px" android:background="#f2f2f2" /> <LinearLayout android:layout_width="match_parent" android:layout_height="55dp" android:orientation="horizontal" > <Button android:id="@+id/item_popupwindows_Photo" android:layout_width="match_parent" android:layout_height="55dp" android:background="@drawable/bt_nobgd" android:textColor="#585858" android:textSize="18sp" android:text="從相冊中選取" /> </LinearLayout> <TextView android:layout_width="match_parent" android:layout_height="2dp" android:background="#f3f3f3" /> <Button android:id="@+id/item_popupwindows_cancel" android:layout_width="match_parent" android:layout_height="55dp" android:background="@drawable/bt_nobgd" android:textColor="#585858" android:textSize="18sp" android:text="取消" /> </LinearLayout></RelativeLayout>

FR:海濤高軟(QQ技術交流群:386476712)


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 苍南县| 兰州市| 大田县| 九台市| 南召县| 凯里市| 左权县| 抚顺市| 康乐县| 天峨县| 颍上县| 柞水县| 高淳县| 永川市| 红桥区| 靖江市| 邵东县| 崇州市| 盐池县| 吐鲁番市| 秭归县| 会东县| 南溪县| 祁东县| 饶阳县| 肃北| 盐边县| 香港| 新兴县| 鹰潭市| 大洼县| 赞皇县| 东阿县| 合水县| 巴彦县| 怀远县| 陈巴尔虎旗| 龙陵县| 江油市| 潜山县| 金坛市|