<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@drawable/borderbottom"
android:padding="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Mr Brohid"
android:textSize="16dp"
android:id="@+id/nama_data_list"
android:textStyle="bold"
android:drawablePadding="5dp"/>
</LinearLayout>