摘要: public static Drawable resizeImage(Bitmap bitmap, int w, int h) { // load the origial Bitmap Bitmap BitmapOrg = bitmap; int width = BitmapOrg.getWidth... 阅读全文
posted @ 2011-12-28 13:47 健康小树 阅读(146) 评论(0) 推荐(0)
摘要: /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo... 阅读全文
posted @ 2011-12-28 13:46 健康小树 阅读(350) 评论(0) 推荐(0)