create order
This commit is contained in:
17
app/src/main/res/layout/row_payment_method.xml
Normal file
17
app/src/main/res/layout/row_payment_method.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/white"
|
||||
android:padding="12dp">
|
||||
|
||||
<android.support.v7.widget.AppCompatRadioButton
|
||||
android:id="@+id/paymentMethodRadioButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Gel ad"
|
||||
android:clickable="false"/>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user