We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686e974 commit 29f846bCopy full SHA for 29f846b
app/src/main/java/com/fexcon/imgpopup/MainActivity.java
@@ -29,8 +29,8 @@ protected void onCreate(Bundle savedInstanceState) {
29
/** Set Image Height, Width & Background Color as you want **/
30
final ImagePopup imagePopup = new ImagePopup(this);
31
//imagePopup.setBackgroundColor(Color.BLACK);
32
- imagePopup.setWindowHeight(200);
33
- imagePopup.setWindowWidth(200);
+ imagePopup.setWindowHeight(800);
+ imagePopup.setWindowWidth(800);
34
imagePopup.setHideCloseIcon(true);
35
imagePopup.setImageOnClickClose(true);
36
0 commit comments