|
@ -52,7 +52,9 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_below="@id/rl_title_bar_result" |
|
|
android:layout_below="@id/rl_title_bar_result" |
|
|
android:layout_marginBottom="20dp" |
|
|
android:layout_marginBottom="20dp" |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:background="@drawable/white_background" |
|
|
|
|
|
android:padding="15dp"> |
|
|
|
|
|
|
|
|
<!-- 订单号 --> |
|
|
<!-- 订单号 --> |
|
|
<LinearLayout |
|
|
<LinearLayout |
|
@ -215,9 +217,10 @@ |
|
|
android:layout_height="45dp" |
|
|
android:layout_height="45dp" |
|
|
android:layout_below="@id/tv_message" |
|
|
android:layout_below="@id/tv_message" |
|
|
android:background="@drawable/gradient_button_selector" |
|
|
android:background="@drawable/gradient_button_selector" |
|
|
android:text="确认" |
|
|
|
|
|
|
|
|
android:text="确 认" |
|
|
android:textColor="@android:color/white" |
|
|
android:textColor="@android:color/white" |
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
android:textSize="16sp" |
|
|
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
</RelativeLayout> |
|
|
|
|
|
|