にビューページを表示できません。 実際にポップアップウィンドウであるビューページに複数の画像を表示したい。しかし、ウィンドウのサイドスペースを取り除くことができません。 ポップアップウィンドウにビューページを表示しているときに、ポップアップウィンドウ
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" />
あなたがpopupWindowビューまたはダイアログの表示を使用しているあなたのレイアウトXML –
をアップロードしてください。? PopupWindowではなく – Nitesh
はDialogFragmentを使用します。 – Amir