|
|
@@ -130,7 +130,7 @@ public class RecommendContentsView extends ConstraintLayout {
|
|
|
public void draw(Context context, List<? extends LifeplusContentsBean> withItemList, IEventListener listener) {
|
|
|
List<? extends LifeplusContentsBean> withItemList1 = withItemList;
|
|
|
|
|
|
- customIndicator.setIndicator(recyclerViewRecommendContents, R.color.C19000000, R.color.C000000, event -> {
|
|
|
+ customIndicator.setIndicator(recyclerViewRecommendContents, R.color.C000000, R.color.C19000000, event -> {
|
|
|
Log.e("APP# RecommendContentsView | onEvent", "|" + event.getIndex());
|
|
|
recyclerViewRecommendContents.smoothScrollToPosition(event.getIndex());
|
|
|
});
|