Commit b698df5c authored by yinjiacheng's avatar yinjiacheng

update 订单详情页UI

parent d1ac56b5
......@@ -57,6 +57,7 @@
android:id="@+id/rv_commodity_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
app:layout_constraintTop_toBottomOf="@id/tv_activity_title" />
<TextView
......
......@@ -56,8 +56,9 @@
android:layout_height="@dimen/dp14"
android:src="@drawable/icon_next"
android:visibility="@{data == null ? View.VISIBLE : View.GONE}"
app:layout_constraintBottom_toBottomOf="@id/tv_pickup_point_name"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="@id/tv_pickup_point_name" />
<TextView
android:id="@+id/tv_pickup_point_address"
......
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