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

63 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
paddingTop="20dp"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/first_item"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="15dp">
<TextView
id="@+id/first_label_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
style="@style/2132017868"/>
<ImageView
id="@+id/avatar_image_view"
layout_width="20dp"
layout_height="20dp"
contentDescription="@null"
layout_toStartOf="@+id/first_value_text_view"/>
<TextView
id="@+id/first_value_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_marginStart="8dp"
style="@style/2132017876"/>
</RelativeLayout>
<LinearLayout
orientation="horizontal"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="15dp">
<TextView
id="@+id/second_label_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
style="@style/2132017868"/>
<TextView
gravity="right"
layout_gravity="end"
id="@+id/second_value_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
style="@style/2132017876"/>
</LinearLayout>
<View
layout_marginStart="16dp"
style="@style/2132018228"/>
</LinearLayout>
</merge>