siyamed / android-shape-imageview

Custom shaped android imageview components
MIT License
2.66k stars 599 forks source link

Don't show image Android API 15 #38

Open magnoleal opened 8 years ago

magnoleal commented 8 years ago

Some images with shape are not displayed on the Android API level 15. For example: HeartImageView, HexagonImageView does not work, but with CircularImageView works.

<com.github.siyamed.shapeimageview.CircularImageView
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:src="@android:drawable/sym_def_app_icon"
        app:siBorderWidth="2dp"
        app:siBorderColor="#fff"
        android:id="@+id/imgUsuario" />
magnoleal commented 8 years ago

someone?