<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/host_label"
        android:layout_height="wrap_content"
        android:layout_width="match_parent"
        android:drawableLeft="@drawable/icon_host"
        android:drawablePadding="15sp"
        android:padding="15sp"
        android:gravity="center_vertical"/>