|
|
@@ -62,4 +62,20 @@
|
|
|
android:paddingStart="15dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/id_order_relation_head" />
|
|
|
+
|
|
|
+<!-- <LinearLayout-->
|
|
|
+<!-- android:id="@+id/id_order_button_area"-->
|
|
|
+<!-- android:layout_width="match_parent"-->
|
|
|
+<!-- android:layout_height="48dp"-->
|
|
|
+<!-- app:layout_constraintBottom_toBottomOf="parent"-->
|
|
|
+<!-- android:orientation="horizontal">-->
|
|
|
+
|
|
|
+<!-- <TextView-->
|
|
|
+<!-- android:layout_width="260dp"-->
|
|
|
+<!-- android:layout_height="39dp"-->
|
|
|
+<!-- android:background="@mipmap/rma_submit_bg"-->
|
|
|
+<!-- android:gravity="center"-->
|
|
|
+<!-- android:text="@string/str_order_close"-->
|
|
|
+<!-- android:textColor="@color/white" />-->
|
|
|
+<!-- </LinearLayout>-->
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|