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

124 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/ll_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<RelativeLayout
id="@+id/rl_call_us"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="60dp">
<ImageView
id="@+id/icon_call"
layout_width="25dp"
layout_height="wrap_content"
src="@drawable/icons_call"
adjustViewBounds="true"
layout_centerVertical="true"
layout_marginEnd="16dp"/>
<TextView
gravity="center_vertical"
id="@+id/text_call"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/contact_us_call_us"
layout_centerVertical="true"
layout_toEndOf="@+id/icon_call"
style="@style/2132017876"/>
</RelativeLayout>
<View
id="@+id/view_separator_call"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<RelativeLayout
id="@+id/rl_email_us"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="60dp">
<ImageView
id="@+id/icon_email"
layout_width="25dp"
layout_height="wrap_content"
src="@drawable/icons_email"
adjustViewBounds="true"
layout_centerVertical="true"
layout_marginEnd="16dp"/>
<TextView
gravity="center_vertical"
id="@+id/text_email"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/contact_us_email_us"
layout_centerVertical="true"
layout_toEndOf="@+id/icon_email"
style="@style/2132017876"/>
<ImageView
id="@+id/icon_right_arrow"
layout_width="10dp"
layout_height="wrap_content"
src="@drawable/ic_dark_chevron_up"
adjustViewBounds="true"
layout_alignParentRight="true"
layout_centerVertical="true"
layout_marginEnd="5dp"/>
</RelativeLayout>
<View
id="@+id/view_separator_email"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<RelativeLayout
id="@+id/rl_social_header"
paddingTop="16dp"
layout_width="match_parent"
layout_height="60dp"
paddingStart="16dp">
<TextView
id="@+id/text_social"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="12dp"
text="@string/contact_us_channels"
layout_alignParentBottom="true"
style="@style/2132017942"/>
</RelativeLayout>
<View
id="@+id/view_separator_social_header"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<RelativeLayout
gravity="center_vertical"
id="@+id/rl_social_panel"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="80dp">
<ImageView
id="@+id/twitter"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_twitter"
adjustViewBounds="true"
layout_marginEnd="16dp"/>
<ImageView
id="@+id/messenger"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_messenger"
adjustViewBounds="true"
layout_toEndOf="@+id/twitter"/>
</RelativeLayout>
<View
id="@+id/view_separator_social_panel"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>