2012年12月14日
摘要: public Drawable getWallpaper1(Drawable wallpaperDrawable, int cutHeight){ final float scale = getResources().getDisplayMetrics().density; int temp_height = wallpaperDrawable.getIntrinsicHeight(); int temp_width = wallpaperDrawable.getIntrinsicWidth(); float height = Math.max(temp_height,... 阅读全文
posted @ 2012-12-14 14:40 crazylost 阅读(185) 评论(0) 推荐(0)