20 lines
632 B
XML
20 lines
632 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_marginHorizontal="@dimen/2131165477">
|
|
<TextView
|
|
id="@+id/tv_dot"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_tab"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017844"/>
|
|
<TextView
|
|
id="@+id/tv_bullet"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017844"/>
|
|
</LinearLayout>
|