<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
android:id
=
"@+id/constraintlayout"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
>
<
View
android:id
=
"@+id/view"
android:layout_width
=
"match_parent"
android:layout_height
=
"10dp"
android:background
=
"@drawable/linearlayout_horizontal_line"
app:layout_constraintTop_toTopOf
=
"parent"
/>
<
TextView
android:id
=
"@+id/title"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:layout_marginTop
=
"15dp"
android:layout_marginLeft
=
"15dp"
android:text
=
"군 도"
android:textSize
=
"25dp"
app:layout_constraintRight_toLeftOf
=
"@id/ic_15"
app:layout_constraintLeft_toLeftOf
=
"parent"
app:layout_constraintTop_toBottomOf
=
"@id/view"
/>
<
ImageView
android:id
=
"@+id/ic_15"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
app:layout_constraintLeft_toRightOf
=
"@id/title"
app:layout_constraintTop_toBottomOf
=
"@id/view"
android:layout_marginTop
=
"15dp"
android:src
=
"@drawable/ic_15"
/>
<
View
android:layout_width
=
"match_parent"
android:layout_height
=
"3dp"
android:background
=
"@drawable/linearlayout_horizontal_line"
app:layout_constraintTop_toBottomOf
=
"@id/title"
/>