1. 程式人生 > >ImageViwe中background和Src屬性 對ImageView.setImageBitmap(bitmap)的影響

ImageViwe中background和Src屬性 對ImageView.setImageBitmap(bitmap)的影響

<ImageView
    android:id="@+id/iv"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:src="@drawable/ic_launcher_background"
    />

如果imageView中是src屬,setImageBitmap(bitmap);會覆蓋了Src屬性---就是說只有一張圖

如果imageView中是background屬,setImageBitmap(bitmap);會重複background的屬性。--會有兩張圖