You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<com.meg7.widget.SvgImageView
android:id="@+id/iv_avatar"
android:layout_width="100dp"
android:layout_height="100dp"
android:scaleType="centerCrop"
app:svg_raw_resource="@raw/avatar" />
i have using Glide to load image from internet. but image cannot display on my UI. please help me to resolve this issues. thanks
The text was updated successfully, but these errors were encountered:
<com.meg7.widget.SvgImageView
android:id="@+id/iv_avatar"
android:layout_width="100dp"
android:layout_height="100dp"
android:scaleType="centerCrop"
app:svg_raw_resource="@raw/avatar" />
i have using Glide to load image from internet. but image cannot display on my UI. please help me to resolve this issues. thanks
The text was updated successfully, but these errors were encountered: