2014-11-12 03:34:24 +00:00
|
|
|
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/drawerListView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/drawer_color"
|
|
|
|
android:choiceMode="singleChoice"
|
|
|
|
android:divider="@color/drawer_divider_color"
|
2015-07-02 22:36:06 +00:00
|
|
|
android:dividerHeight="@dimen/navigation_drawer_divider_height"
|
|
|
|
android:paddingLeft="@dimen/navigation_drawer_padding_left"
|
|
|
|
android:paddingRight="@dimen/navigation_drawer_padding_right"
|
2014-11-12 03:34:24 +00:00
|
|
|
tools:context="fishrungames.bashgid.NavigationDrawerFragment" />
|
|
|
|
|