摘要:
background:#76CEF6url("../images/bg.jpg")repeat-x00;-webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100... 阅读全文
摘要:
DisplayMetrics dm = new DisplayMetrics();getWindowManager().getDefaultDisplay().getMetrics(dm);int screenWidth = dm.widthPixels;// 屏幕的宽度int screenHeig... 阅读全文