<?xml version="1.0" encoding="utf-8"?>
<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/rd_item"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:includeFontPadding="false"
    android:text="@string/app_name"
    android:textSize="@dimen/_13ssp"
    android:paddingStart="@dimen/_10sdp"
    android:paddingEnd="@dimen/_5sdp"
    android:textAlignment="viewStart"
    android:textColor="?ns_title"
    android:background="@drawable/focused_edt" />