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

30 lines
985 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
padding="24dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
src="@drawable/ic_briefcase"/>
<TextView
gravity="center"
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/hml_business_company_search_footer_title"
style="@style/2132017870"/>
<TextView
gravity="center"
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/hml_business_company_search_footer_subtitle"
style="@style/2132017915"/>
</LinearLayout>