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

81 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/dialog_header"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559032"/>
<RelativeLayout
paddingBottom="24dp"
layout_width="match_parent"
layout_height="match_parent"
paddingStart="16dp"
paddingEnd="16dp">
<ImageView
id="@+id/iv_icon_image"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="48dp"
layout_marginBottom="16dp"
src="@drawable/risk_assessment_icon"
layout_centerHorizontal="true"/>
<TextView
gravity="center"
id="@+id/tv_title_first"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/iv_icon_image"
style="@style/2132017881"/>
<TextView
textColor="#736e78"
gravity="center"
id="@+id/tv_text_first"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/tv_title_first"
style="@style/2132017658"/>
<TextView
gravity="center"
id="@+id/tv_title_second"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_below="@+id/tv_text_first"
style="@style/2132017881"/>
<TextView
textColor="#736e78"
gravity="center"
id="@+id/tv_text_second"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/tv_title_second"
style="@style/2132017658"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true">
<Button
id="@+id/bt_negative"
layout_width="0dp"
layout_height="40dp"
layout_weight="1"
layout_marginEnd="8dp"
style="@style/2132017536"/>
<Button
id="@+id/bt_positive"
layout_width="0dp"
layout_height="40dp"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017576"/>
</LinearLayout>
</RelativeLayout>
</LinearLayout>