|
|
@@ -60,22 +60,24 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:paddingStart="15dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/id_order_button_area"
|
|
|
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">-->
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/id_order_button_area"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:gravity="center"
|
|
|
+ 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>-->
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/id_order_close"
|
|
|
+ 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>
|