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

40 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/view_container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/title_name"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/black_arrow"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"/>
</RelativeLayout>
<View
id="@+id/footer_divider_view"
background="#eae7ec"
visibility="gone"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="5dp"/>
<View
id="@+id/divider_view"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="5dp"
layout_marginStart="16dp"/>
</LinearLayout>