7 lines
1.2 KiB
XML
7 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<TextView android:textSize="@dimen/tmap_18dp" android:textColor="@color/color_000000" android:id="@id/service_name_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_24dp" android:fontFamily="@font/skt_tmap_500" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" />
|
|
<androidx.recyclerview.widget.RecyclerView android:id="@id/service_item_list" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" app:layout_constraintTop_toBottomOf="@id/service_name_text" />
|
|
<View android:background="@color/color_f0f0f0" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_1dp" android:layout_marginTop="@dimen/tmap_24dp" app:layout_constraintTop_toBottomOf="@id/service_item_list" />
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |