version:4.6
fix: update:优化订单页,增加快递详情页
This commit is contained in:
@@ -78,10 +78,12 @@
|
||||
android:id="@+id/tabLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toBottomOf="@+id/constraintLayout"
|
||||
app:tabIndicatorColor="@color/action_bar_red"
|
||||
app:tabIndicatorFullWidth="false"
|
||||
app:tabSelectedTextColor="@color/action_bar_red"
|
||||
app:tabTextAppearance="@style/TabLayoutTextStyle"
|
||||
app:tabTextColor="@color/black"
|
||||
app:tabSelectedTextColor="@color/red"
|
||||
app:layout_constraintTop_toBottomOf="@+id/constraintLayout" />
|
||||
app:tabTextColor="@color/black" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_nodata"
|
||||
@@ -98,7 +100,7 @@
|
||||
android:layout_height="@dimen/dp_100"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/nodata"
|
||||
android:src="@drawable/icon_list_nodata"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -109,6 +111,7 @@
|
||||
android:layout_marginTop="@dimen/dp_8"
|
||||
android:maxLines="1"
|
||||
android:text="没有数据"
|
||||
android:textSize="@dimen/sp_12"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/iv1" />
|
||||
|
||||
Reference in New Issue
Block a user