drawtop专题

Radiobutton 设置drawtop图片大小

首先从资源文件中获取图片资源   //获取资源文件图片,设置大小public static Bitmap getMyBitmap(Context context, int id,int w, int h){Bitmap oldbmp = BitmapFactory.decodeResource(context.getResources(), id);if(oldbmp!=null){int