Commit 696039d8 authored by 赵鹏翔's avatar 赵鹏翔

查询订单界面Ui调整

parent 3f501e95
......@@ -8,13 +8,25 @@
android:id="@+id/title"
layout="@layout/title" />
<View
android:id="@+id/v_block"
android:layout_width="match_parent"
android:layout_height="85dp"
android:background="@color/white"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginTop="87dp"
app:layout_constraintTop_toTopOf="parent"/>
<com.google.android.material.tabs.TabLayout
android:id="@+id/tlIndicator"
android:layout_width="match_parent"
android:layout_height="85dp"
android:layout_marginTop="87dp"
android:background="@color/white"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginEnd="30dp"
app:layout_constraintTop_toTopOf="@id/v_block"
app:layout_constraintStart_toStartOf="@id/v_block"
app:layout_constraintBottom_toBottomOf="@id/v_block"
app:layout_constraintEnd_toEndOf="@id/v_block"
app:tabGravity="fill"
app:tabIndicatorColor="@color/color_FF4B8A"
app:tabIndicatorFullWidth="false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment