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

62 lines
2.1 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/image_question"
layout_width="72dp"
layout_height="72dp"
src="@drawable/shape_circle_fake_white"
adjustViewBounds="true"
layout_alignParentLeft="true"
layout_alignParentTop="true"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true"
layout_marginStart="16dp"
layout_toEndOf="@+id/image_question">
<TextView
id="@+id/text_question"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017873"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<RadioGroup
orientation="horizontal"
id="@+id/rdg_yes_no"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="2">
<RadioButton
id="@+id/rdb_yes"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fatca_question_yes"
layout_weight="1"
style="@style/2132017869"/>
<RadioButton
id="@+id/rdb_no"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fatca_question_no"
layout_weight="1"
style="@style/2132017869"/>
</RadioGroup>
</LinearLayout>
<TextView
id="@+id/text_not_sure"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/fatca_am_not_sure"
layout_marginStart="30dp"
style="@style/2132017966"/>
</LinearLayout>
</RelativeLayout>