Update fragment_qr_refund_detail.xml
disable partial refund
This commit is contained in:
parent
a449a366e0
commit
adfa73070f
@ -61,13 +61,13 @@
|
||||
android:text="Original Amount"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/radio_partial"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="Partial Amount"
|
||||
android:textSize="16sp" />
|
||||
<!-- <RadioButton-->
|
||||
<!-- android:id="@+id/radio_partial"-->
|
||||
<!-- android:layout_width="0dp"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_weight="1"-->
|
||||
<!-- android:text="Partial Amount"-->
|
||||
<!-- android:textSize="16sp" />-->
|
||||
|
||||
</RadioGroup>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user