25 lines
754 B
XML
25 lines
754 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132017925"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_remark"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017916"/>
|
||
|
</LinearLayout>
|