20 lines
595 B
XML
20 lines
595 B
XML
<?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>
|