21 lines
747 B
XML
21 lines
747 B
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/paymentMethodRadioButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="Gel ad"
|
|
android:clickable="false"
|
|
fontPath="fonts/Quicksand-Bold.ttf"
|
|
android:textColor="@color/navy"/>
|
|
|
|
</RelativeLayout> |