Skip to content

Repository files navigation

GifView

Gif图片自定义显示

博客地址: Gif图片自定义显示

<com.renny.gifview.GifImageViewandroid:id="@+id/gif"
android:layout_width="240dp"
android:layout_height="240dp"
android:layout_centerHorizontal="true"
app:end_last_frame="true"
app:play_count="1"
/>
<declare-styleablename="GifImageView"><!--gif文件引用--><attrname="gif_src" format="reference" /><!--是否加载完自动播放--><attrname="auth_play" format="boolean" /><!--播放次放,默认永远播放--><attrname="play_count" format="integer" /><!--播放完成后是否停留在最后一帧,默认false--><attrname="end_last_frame" format="boolean" /></declare-styleable>

About

Gif图片自定义显示

Resources

Stars

56 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages