|
|
@@ -33,8 +33,8 @@
|
|
|
|
|
|
<android.support.design.widget.TabLayout
|
|
|
android:id="@+id/tab_layout_bucket_list"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="5dp"
|
|
|
+ android:layout_width="42dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_alignBottom="@+id/view_pager_best_bucket_list"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
@@ -42,9 +42,8 @@
|
|
|
app:layout_constraintEnd_toEndOf="@+id/view_pager_best_bucket_list"
|
|
|
app:layout_constraintStart_toStartOf="@+id/view_pager_best_bucket_list"
|
|
|
app:tabBackground="@drawable/best_bucket_tab_selector"
|
|
|
- app:tabGravity="center"
|
|
|
app:tabIndicatorHeight="0dp"
|
|
|
- />
|
|
|
+ />
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|