提交 5ad75381 编写于 作者: G guoshuyu

fix demo

上级 56397275
......@@ -2,10 +2,14 @@ package com.example.gsyvideoplayer.video;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.example.gsyvideoplayer.R;
import com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer;
import com.shuyu.gsyvideoplayer.video.base.GSYBaseVideoPlayer;
import com.shuyu.gsyvideoplayer.video.base.GSYVideoPlayer;
/**
* Created by shuyu on 2016/12/23.
......@@ -56,5 +60,15 @@ public class LandLayoutVideo extends StandardGSYVideoPlayer {
}
}
@Override
public int getEnlargeImageRes() {
return R.drawable.custom_enlarge;
}
@Override
public int getShrinkImageRes() {
return R.drawable.custom_shrink;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册