1
0
Fork 0
tt9/app/src/main/res/layout/radio_button_language.xml
2025-05-10 11:11:27 +03:00

20 lines
621 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
style="@style/TTheme.LanguageSelect.RadioButton"
android:id="@+id/radio_button_container"
android:focusable="true"
android:focusableInTouchMode="true">
<RadioButton
style="@style/TTheme.LanguageSelect.RadioButton.Radio"
android:id="@+id/radio_button"
android:clickable="false"
android:focusableInTouchMode="false"
android:focusable="false"
/>
<TextView style="@style/TTheme.LanguageSelect.RadioButton.Label" android:id="@+id/radio_label" />
</LinearLayout>
</merge>