|
|
|
|
@ -122,7 +122,7 @@ public class DetailActivity extends BaseActivity { |
|
|
|
|
mEmptyPlayList = findViewById(R.id.mEmptyPlaylist); |
|
|
|
|
mGridView = findViewById(R.id.mGridView); |
|
|
|
|
mGridView.setHasFixedSize(true); |
|
|
|
|
mGridView.setLayoutManager(new V7GridLayoutManager(this.mContext, 6)); |
|
|
|
|
mGridView.setLayoutManager(new V7GridLayoutManager(this.mContext, isBaseOnWidth() ? 6 : 7)); |
|
|
|
|
seriesAdapter = new SeriesAdapter(); |
|
|
|
|
mGridView.setAdapter(seriesAdapter); |
|
|
|
|
mGridViewFlag = findViewById(R.id.mGridViewFlag); |
|
|
|
|
|