Commit d0e4e0f9 authored by p x's avatar p x
Browse files

增加文档

parent a3f2ec3b
...@@ -216,14 +216,14 @@ ...@@ -216,14 +216,14 @@
</RelativeLayout> </RelativeLayout>
<include <!-- <include-->
layout="@layout/order_detail" <!-- layout="@layout/order_detail"-->
android:layout_width="wrap_content" <!-- android:layout_width="wrap_content"-->
android:layout_height="wrap_content" <!-- android:layout_height="wrap_content"-->
android:layout_below="@+id/ll_head" <!-- android:layout_below="@+id/ll_head"-->
android:layout_marginLeft="15dp" <!-- android:layout_marginLeft="15dp"-->
android:layout_marginTop="15dp" <!-- android:layout_marginTop="15dp"-->
bind:order="@{order}" /> <!-- bind:order="@{order}" />-->
</RelativeLayout> </RelativeLayout>
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
android:orientation="vertical" android:orientation="vertical"
android:padding="15dp" android:padding="15dp"
android:visibility="gone" android:visibility="gone"
app:showOrderLayout="@{order.avpStatus}"> app:showOrderLayout="@{order.avpStatus}"
>
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
File added
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