底部彈出PopupWindow,背景變為半透明效果,采用兩種方式實現
先來看看運行效果圖

[方式一]實現從底部彈出PopupWindow
原理:定義一個高度為wrap_content的PopupWindow布局文件,根據屏幕底部的位置顯示在Bottom
1.首先定義一個高度為wrap_content的PopupWindow布局文件
<?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="wrap_content" android:gravity="center" android:padding="8dp" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:orientation="vertical" android:background="@drawable/shape_info_bg"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" android:gravity="center" android:textColor="@color/theme_blue" android:text="拍照"/> <View android:layout_width="match_parent" android:layout_height="0.2dp" android:background="@color/theme_blue"/> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="8dp" android:gravity="center" android:textColor="@color/theme_blue" android:text="相 主站蜘蛛池模板: 五华县| 慈利县| 北安市| 沙田区| 晋宁县| 汉沽区| 同江市| 景德镇市| 仙桃市| 禄劝| 淅川县| 富源县| 锡林郭勒盟| 浏阳市| 宜春市| 遂平县| 古丈县| 驻马店市| 奉贤区| 天台县| 左贡县| 五台县| 双鸭山市| 德清县| 太保市| 嘉鱼县| 清水河县| 剑阁县| 沧源| 方山县| 正安县| 呼伦贝尔市| 邯郸县| 客服| 高平市| 兴城市| 泸定县| 交口县| 浮梁县| 静宁县| 梨树县|