Open magnoleal opened 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" />
someone?
Some images with shape are not displayed on the Android API level 15. For example: HeartImageView, HexagonImageView does not work, but with CircularImageView works.