如果我在somebackground.png
中有一张大图片drawable-nodpi
,并将其设置为背景:
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/somebackground"/>
Android是否有效地使用inJustDecodeBounds来处理它,以及它将以全分辨率解码图像?