mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
- Update comment
This commit is contained in:
parent
6464def409
commit
0df259d559
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ public class PojavLoginActivity extends BaseActivity
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//The value 73 and 55 are dp numbers, converted into px in order to resize the layout.
|
//The value 73 and 56 are dp numbers, converted into px in order to resize the layout.
|
||||||
accountDialog.getWindow().setLayout((int)(xScreen*0.4),(int)Math.min((yScreen*0.8), (73 + accountListLayout.getChildCount()*56)*(PojavLoginActivity.this.getResources().getDisplayMetrics().densityDpi/160f) ));
|
accountDialog.getWindow().setLayout((int)(xScreen*0.4),(int)Math.min((yScreen*0.8), (73 + accountListLayout.getChildCount()*56)*(PojavLoginActivity.this.getResources().getDisplayMetrics().densityDpi/160f) ));
|
||||||
accountDialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
|
accountDialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
|
||||||
accountDialog.show();
|
accountDialog.show();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue