<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="wrap_content"
	android:layout_height="match_parent"
	android:orientation="horizontal">

	<TextView
		android:id="@+id/tv_text"
		android:layout_width="wrap_content"
		android:layout_height="match_parent"
		android:gravity="center"
		/>
	<View
		android:layout_width="0.5dp"
		android:layout_height="match_parent"
		android:background="#CDCDCD"
		/>
</LinearLayout>
