ViewGroups如何处理背景图像缩放?

时间:2014-10-29 19:20:05

标签: android android-drawable

如果我在somebackground.png中有一张大图片drawable-nodpi,并将其设置为背景:

<RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/somebackground"/>

Android是否有效地使用inJustDecodeBounds来处理它,以及它将以全分辨率解码图像?

0 个答案:

没有答案