what-the-bank/resources/res/layout/2131558932.xml

68 lines
2.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_insurance_option_layout"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/tv_insurance_option_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
style="@style/2132017876"/>
<LinearLayout
gravity="center"
orientation="horizontal"
id="@+id/ll_layout_garage2"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp">
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_garage2"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0xc="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_garage2_description"
background="@drawable/card_with_light_gray_border"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
gravity="center"
orientation="horizontal"
id="@+id/ll_layout_garage1"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp">
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_garage1"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0xc="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_garage1_description"
background="@drawable/card_with_light_gray_border"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</LinearLayout>
</merge>