摘要:
适应不同Android手机屏幕大小240*320320*480480*800480*854540*960800*1200800*1280 public static int adjustFontSize(int screenWidth, int screenHeight){ if (screenWidth <= 240) { // 240X320 屏幕 return 10; }else if (screenWidth <= 320){ // 320X480 屏幕 return 14; }else if (screenWidth <= 480){ ... 阅读全文
posted @ 2011-10-18 19:22
SpringMVC+Hibernate
阅读(176)
评论(0)
推荐(0)

浙公网安备 33010602011771号