Browse Source

[이벤트][Common] 이벤트 리스트 인디케이터 수정

Hasemi 6 years ago
parent
commit
410d16a519

+ 0 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/recommend/RecommendContentsView.java

@@ -123,7 +123,6 @@ public class RecommendContentsView extends ConstraintLayout {
       return;
     }
     RecommendContentsViewAdapter recommendContentsViewAdapter = new RecommendContentsViewAdapter(context, withItemList, listener);
-    // recyclerViewRecommendContents.addItemDecoration(new MainBannerViewItemDotIndicator(context, R.color.C19000000, R.color.C000000, ResourceUtil.dpToPx(74)));
     recyclerViewRecommendContents.setLayoutManager(layoutManager);
     recyclerViewRecommendContents.setAdapter(recommendContentsViewAdapter);
 

+ 3 - 2
app/src/main/res/layout/fragment_event.xml

@@ -24,10 +24,11 @@
   <kr.co.zumo.app.lifeplus.view.screen.event.CustomIndicator
     android:id="@+id/custom_indicator"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
+    android:layout_height="wrap_content"
+    android:layout_marginBottom="37dp"
     app:layout_constraintEnd_toEndOf="parent"
     app:layout_constraintStart_toStartOf="parent"
-    app:layout_constraintTop_toBottomOf="@+id/recycler_view_event"
+    app:layout_constraintBottom_toBottomOf="parent"
     />
 
   <android.support.constraint.ConstraintLayout