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

51 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/slip_container"
layout_width="match_parent"
layout_height="match_parent"
layout_alignParentTop="true"
layout_alignParentStart="true"
layout_alignParentEnd="true">
<ImageView
id="@+id/tv_icon"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="24dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
layout_centerHorizontal="true"
contentDescription="@null"/>
<TextView
id="@+id/tv_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/risk_success_title"
layout_below="@+id/tv_icon"
layout_centerHorizontal="true"
style="@style/2132017936"/>
<TextView
gravity="center"
id="@+id/tv_date_time"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="16dp"
layout_below="@+id/tv_title"
style="@style/2132017916"/>
<View
id="@+id/divider_view_screenshot"
layout_below="@+id/tv_date_time"
style="@style/2132018228"/>
<include
layout_width="match_parent"
layout_height="match_parent"
layout_marginBottom="16dp"
layout_below="@+id/divider_view_screenshot"
layout="@layout/2131558878"/>
</RelativeLayout>
</RelativeLayout>