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

39 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content">
<Space
id="@+id/space_top_item"
layout_width="match_parent"
layout_height="16dp"/>
<LinearLayout
orientation="vertical"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/tv_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="8dp"
textAllCaps="true"
style="@style/2132017871"/>
<TextView
id="@+id/tv_description"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017664"/>
</LinearLayout>
<View
id="@+id/divider"
visibility="visible"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
</LinearLayout>