前几天用到了PopupWindow,在PopupWindow上面放了个ListView,在使用过程中遇到了以下问题:
一、PopupWindow上面的ListView无法点击;
二、PopupWindow上面ListView的高度调整;
三、PopupWindow无法用Back键取消。
下面来具体介绍一下PopupWindow的使用:
首先布局PopupWindow:1个ListView
<?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:baselineAligned="false"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/popListLayout"
android:layout_width="match_parent"
android:layout_hei