18 lines
527 B
XML
18 lines
527 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="8dp">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
gravity="start|top"
|
||
|
id="@+id/tv_remark_info"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="8dp"
|
||
|
style="@style/2132017920"/>
|
||
|
</LinearLayout>
|