2023-06-04 01:00:46 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
2023-06-04 20:12:23 +05:30
|
|
|
android:paddingHorizontal="12dp">
|
2023-06-04 01:00:46 +05:30
|
|
|
|
|
|
|
<com.google.android.material.radiobutton.MaterialRadioButton
|
|
|
|
android:id="@+id/radio_button"
|
2023-06-04 20:12:23 +05:30
|
|
|
android:layout_width="match_parent"
|
2023-06-04 01:00:46 +05:30
|
|
|
android:layout_height="wrap_content"
|
2023-06-04 20:12:23 +05:30
|
|
|
android:paddingStart="10dp"
|
|
|
|
tools:ignore="RtlSymmetry"
|
2023-06-04 01:00:46 +05:30
|
|
|
tools:text="kavin.rocks" />
|
|
|
|
|
|
|
|
</LinearLayout>
|