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

29 lines
867 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
gravity="start"
id="@+id/tv_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<TextView
gravity="start"
id="@+id/tv_value"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="1dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017683"/>
<View
id="@+id/vw_divider"
layout_marginTop="16dp"
style="@style/2132018228"/>
</LinearLayout>