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

43 lines
1.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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">
<TextView
id="@+id/label_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_alignParentLeft="true"
layout_alignParentTop="true"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_alignParentStart="true"
style="@style/2132017876"/>
<TextView
gravity="end"
id="@+id/value_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_alignParentTop="true"
layout_alignParentRight="true"
textAllCaps="true"
textAlignment="textEnd"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/label_text"
layout_alignParentEnd="true"
style="@style/2132017881"/>
<View
id="@+id/separator"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/label_text"
layout_alignLeft="@+id/label_text"
layout_alignStart="@+id/label_text"/>
</RelativeLayout>