|
|
@@ -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
|