23 lines
713 B
XML
23 lines
713 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
text="@string/etb_dot"
|
||
|
layout_marginEnd="8dp"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
gravity="left"
|
||
|
id="@+id/tv_remarks"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/etb_review_info_tc_1"
|
||
|
style="@style/2132017664"/>
|
||
|
</LinearLayout>
|