Skip to content

Commit 29f846b

Browse files
committed
Manual Height and Width Bug Fix
1 parent 686e974 commit 29f846b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/fexcon/imgpopup/MainActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ protected void onCreate(Bundle savedInstanceState) {
2929
/** Set Image Height, Width & Background Color as you want **/
3030
final ImagePopup imagePopup = new ImagePopup(this);
3131
//imagePopup.setBackgroundColor(Color.BLACK);
32-
imagePopup.setWindowHeight(200);
33-
imagePopup.setWindowWidth(200);
32+
imagePopup.setWindowHeight(800);
33+
imagePopup.setWindowWidth(800);
3434
imagePopup.setHideCloseIcon(true);
3535
imagePopup.setImageOnClickClose(true);
3636

0 commit comments

Comments
 (0)