これは私のImageViewです
<ImageView
android:id="@+id/ads"
android:layout_width="320dp"
android:layout_height="48dp"
android:adjustViewBounds="true"
android:src="@drawable/my_img" />
my_img が 3200px x 480px の場合。
ImageView がリークすることはありますか?
ありがとうございます