47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp">
|
||
|
<View
|
||
|
id="@+id/view_left_line"
|
||
|
background="#7631c1"
|
||
|
layout_width="0dp"
|
||
|
layout_height="2dp"
|
||
|
layout_weight="1"/>
|
||
|
<TextView
|
||
|
textColor="#ffffff"
|
||
|
gravity="center"
|
||
|
id="@+id/text_state_number"
|
||
|
background="@drawable/progress_state_previous"
|
||
|
layout_width="10dp"
|
||
|
layout_height="10dp"
|
||
|
minWidth="5dp"
|
||
|
minHeight="5dp"/>
|
||
|
<View
|
||
|
id="@+id/view_right_line"
|
||
|
background="#7631c1"
|
||
|
layout_width="0dp"
|
||
|
layout_height="2dp"
|
||
|
layout_weight="1"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="top|center_horizontal"
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/text_state_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="5dp"
|
||
|
minHeight="50dp"
|
||
|
text="ใส่ข้อมูลของคุณ"
|
||
|
lineSpacingMultiplier="0.8"
|
||
|
layout_marginStart="5dp"
|
||
|
layout_marginEnd="5dp"
|
||
|
style="@style/2132017664"/>
|
||
|
</LinearLayout>
|