{"id":5360,"date":"2021-11-04T09:22:03","date_gmt":"2021-11-04T01:22:03","guid":{"rendered":"http:\/\/xinyiworld.top\/wordpress\/?p=5360"},"modified":"2021-11-04T09:29:02","modified_gmt":"2021-11-04T01:29:02","slug":"android5-0%e9%9c%80%e8%a6%81%e9%80%82%e9%85%8d%e7%9a%84%e5%9d%91","status":"publish","type":"post","link":"http:\/\/xinyiworld.top\/wordpress_it\/?p=5360","title":{"rendered":"android5.0\u9700\u8981\u9002\u914d\u7684\u5751"},"content":{"rendered":"<h4>1.BitmapFactory.decodeResource\u4e3anull<\/h4>\n<p>xml\u5b9a\u4e49\u7684drawable\u4e0d\u662fvector\uff0c\u4f9d\u7136\u4e5f\u4f1a\u62a5\u8fd9\u4e2a\u9519\u3002<\/p>\n<pre><code class=\"language-java line-numbers\">private static Bitmap getBitmap(Context context,int vectorDrawableId) {\n    Bitmap bitmap=null;\n    if (Build.VERSION.SDK_INT&gt;Build.VERSION_CODES.LOLLIPOP){\n        Drawable vectorDrawable = context.getDrawable(vectorDrawableId);\n        bitmap = Bitmap.createBitmap(vectorDrawable.getIntrinsicWidth(),\n                vectorDrawable.getIntrinsicHeight(), Bitmap.Config.ARGB_8888);\n        Canvas canvas = new Canvas(bitmap);\n        vectorDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight());\n        vectorDrawable.draw(canvas);\n    }else {\n        bitmap = BitmapFactory.decodeResource(context.getResources(), vectorDrawableId);\n    }\n    return bitmap;\n}\n<\/code><\/pre>\n<button class=\"simplefavorite-button\" data-postid=\"5360\" data-siteid=\"1\" data-groupid=\"1\" data-favoritecount=\"0\" style=\"\">\u6536\u85cf <i class=\"sf-icon-star-empty\"><\/i><\/button>","protected":false},"excerpt":{"rendered":"<p>1.BitmapFactory.decodeResource\u4e3anull xml\u5b9a\u4e49\u7684drawable [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[291],"tags":[],"_links":{"self":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/5360"}],"collection":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5360"}],"version-history":[{"count":2,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/5360\/revisions"}],"predecessor-version":[{"id":5364,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/5360\/revisions\/5364"}],"wp:attachment":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5360"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}