Display dispDefault = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay();
int totalwidth = dispDefault.getWidth();
int totalheight = dispDefault.getHeight();
int totalwidth = dispDefault.getWidth();
int totalheight = dispDefault.getHeight();
No comments :
Post a Comment