在彈出窗口上顯示viewpager時遇到問題。 想要在一個實際上是一個彈出窗口的viewpager上顯示多個圖像。但無法刪除窗戶的側面空間。 在彈出窗口中顯示viewpager
Viewpager
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" />
ImageView的
<com.utility.TouchImageView
android:id="@+id/imgDisplay"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="fitCenter"
xmlns:android="http://schemas.android.com/apk/res/android" />
請上傳您的佈局xml –
您使用的是popupWindow查看或對話視圖。用 – Nitesh
代替PopupWindow使用DialogFragment。 – Amir