updated deps

removed workaround for issue with the navigationHeader
added handling of empty responses
This commit is contained in:
Giovanni Harting
2015-11-14 14:37:08 +01:00
parent 9739116db6
commit 9a3b955d32
4 changed files with 13 additions and 10 deletions

View File

@@ -94,6 +94,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
app:headerLayout="@layout/navigation_header"
app:menu="@menu/navigation_drawer"/>
</android.support.v4.widget.DrawerLayout>