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

38 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
id="@+id/tv_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
style="@style/2132017871"/>
<TextView
gravity="end"
id="@+id/tv_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="16dp"
layout_toEndOf="@+id/tv_label"
layout_alignParentEnd="true"
style="@style/2132017881"/>
<TextView
gravity="end"
id="@+id/tv_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_below="@+id/tv_title"
layout_marginEnd="16dp"
layout_toEndOf="@+id/tv_label"
layout_alignParentEnd="true"
style="@style/2132017683"/>
<View
id="@+id/vw_divider"
layout_marginTop="17dp"
layout_below="@+id/tv_description"
style="@style/2132018228"/>
</RelativeLayout>