|
@@ -483,6 +483,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton
|
|
|
+ android:id="@+id/but_cancel"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="47dp"
|
|
|
+ android:onClick="@{v->vm.anotherOne()}"
|
|
|
+ android:text="再来一单"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:visibility="@{vm.isPayCancel?View.VISIBLE:View.GONE}"
|
|
|
+ app:qmui_backgroundColor="#FF6029"
|
|
|
+ app:qmui_borderColor="#FF6029"
|
|
|
+ app:qmui_radius="25dp">
|
|
|
+
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
|