<?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:orientation="horizontal">
<RelativeLayout
android:layout_width="@dimen/dp_100"
android:layout_height="match_parent"
android:background="@mipmap/main_act_slider">
<ListView
android:id="@+id/slideListView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:divider="@null"
android:scrollbars="none" />
</RelativeLayout>
<FrameLayout
android:id="@+id/contentLayout"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="#F8F8F8" />
</LinearLayout>