|
|
|
|
@ -5,6 +5,7 @@ import android.os.Bundle; |
|
|
|
|
import android.view.View; |
|
|
|
|
import android.view.animation.BounceInterpolator; |
|
|
|
|
import android.widget.LinearLayout; |
|
|
|
|
import android.widget.Toast; |
|
|
|
|
|
|
|
|
|
import com.chad.library.adapter.base.BaseQuickAdapter; |
|
|
|
|
import com.github.tvbox.osc.R; |
|
|
|
|
@ -58,7 +59,7 @@ public class UserFragment extends BaseLazyFragment implements View.OnClickListen |
|
|
|
|
private LinearLayout tvHistory; |
|
|
|
|
private LinearLayout tvCollect; |
|
|
|
|
private LinearLayout tvPush; |
|
|
|
|
private HomeHotVodAdapter homeHotVodAdapter; |
|
|
|
|
public static HomeHotVodAdapter homeHotVodAdapter; |
|
|
|
|
private List<Movie.Video> homeSourceRec; |
|
|
|
|
TvRecyclerView tvHotList1; |
|
|
|
|
TvRecyclerView tvHotList2; |
|
|
|
|
|