36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:ignore="MissingPrefix"
|
|
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/shipmentMethodRadioButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:clickable="false"
|
|
fontPath="fonts/Quicksand-Bold.ttf"
|
|
android:textColor="@color/black"/>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="84dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_centerVertical="true">
|
|
|
|
<TextView
|
|
android:id="@+id/shipmentMethodPriceTextView"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
fontPath="fonts/Quicksand-Bold.ttf"
|
|
android:textColor="@color/black"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
</RelativeLayout> |