This commit is contained in:
18401019693 2022-07-25 16:20:35 +08:00
parent 708257a289
commit 62d38d4275
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
findViewById(R.id.btn_gift).setOnClickListener(this);
findViewById(R.id.btn_zg).setOnClickListener(this);
svga_new_user_gif = (SVGAImageView)findViewById(R.id.svga_new_user_gif);
new SVGAParser(context).decodeFromAssets("free_gift_tip.svga", new SVGAParser.ParseCompletion() {
new SVGAParser(mContext).decodeFromAssets("free_gift_tip.svga", new SVGAParser.ParseCompletion() {
@Override
public void onComplete(SVGAVideoEntity videoItem) {
ToastUtil.show("1212");

View File

@ -420,7 +420,6 @@
android:layout_height="40dp"
android:layout_marginBottom="50dp"
android:layout_marginRight="10dp"
android:background="@color/red"
android:layout_gravity="center_vertical"
app:autoPlay="true"
android:layout_alignParentBottom="true"