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

20 lines
595 B
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_weight="1">
<ImageView
id="@+id/iv_image"
layout_width="match_parent"
layout_height="wrap_content"
adjustViewBounds="true"/>
<TextView
id="@+id/tv_text"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/iv_image"
style="@style/2132017873"/>
</merge>