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

90 lines
3.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
id="@+id/tv_title"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
<RelativeLayout
id="@+id/rl_address_text_box"
background="@drawable/shape_gray_rounded_rectangle"
paddingTop="4dp"
paddingBottom="4dp"
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="8dp">
<TextView
id="@+id/tv_hint"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_toStartOf="@+id/iv_arrow"
layout_alignParentStart="true"
style="@style/2132017952"/>
<TextView
id="@+id/tv_address"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="16dp"
layout_toStartOf="@+id/iv_arrow"
layout_alignParentStart="true"
style="@style/2132017876"/>
<ImageView
id="@+id/iv_arrow"
padding="16dp"
layout_width="48dp"
layout_height="48dp"
layout_centerVertical="true"
contentDescription="@null"
layout_alignParentEnd="true"
NOT_FOUND_0x15="@drawable/ic_dark_chevron_up"/>
</RelativeLayout>
<RadioGroup
orientation="vertical"
id="@+id/rg_same_address"
layout_width="match_parent"
layout_height="wrap_content">
<RadioButton
gravity="top"
id="@+id/rb_radio_first"
paddingTop="4dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
paddingHorizontal="@dimen/2131165510"
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
style="@style/2132017873"/>
<RadioButton
gravity="top"
id="@+id/rb_radio_second"
paddingTop="4dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
paddingHorizontal="@dimen/2131165510"
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
style="@style/2132017873"/>
<RadioButton
gravity="top"
id="@+id/rb_radio_third"
paddingTop="4dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
paddingHorizontal="@dimen/2131165510"
NOT_FOUND_0x14="@drawable/radio_button_tint_selector"
style="@style/2132017873"/>
</RadioGroup>
</LinearLayout>