Fixed NavigationDrawerFragment location in activity_generic_media layout

This commit is contained in:
Martijn Brekhof 2016-12-27 17:06:27 +01:00 committed by Synced Synapse
parent 45efd0f523
commit 640473a8ee
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@
android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:layout_gravity="start"
android:name="org.xbmc.kore.ui.NavigationDrawerFragment"/>
android:name="org.xbmc.kore.ui.generic.NavigationDrawerFragment"/>
</android.support.v4.widget.DrawerLayout>