Skip to content

Commit

Permalink
width of search popupwindow
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed May 11, 2016
1 parent 8717b5a commit 64be0b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void onClick(View v) {
display.getSize(size);

this.setContentView(contentView);
this.setWidth((int)(size.x * 0.8));
this.setWidth((int)(size.x * 0.9));
this.setHeight((int)(size.y * 0.5));
// http://stackoverflow.com/questions/12232724/popupwindow-dismiss-when-clicked-outside
// this.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
Expand Down

0 comments on commit 64be0b2

Please sign in to comment.