<?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="match_parent"
              android:background="@drawable/kf5_tool_bar_btn_bg"
              android:orientation="horizontal">

    <ImageView
        android:id="@+id/kf5_icon"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:paddingBottom="6dp"
        android:paddingTop="6dp"/>

    <include layout="@layout/kf5_spit_view_vertical"/>

</LinearLayout>