Fix bookmarks drawer background problems

This commit is contained in:
Stefano Pacifici 2015-09-03 15:57:12 +02:00
parent 23e97306dd
commit 83790bec70
2 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@
android:layout_gravity="end"
android:fitsSystemWindows="true"
android:id="@+id/right_drawer"
android:background="?attr/drawerBackground"
android:layout_width="@dimen/navigation_width"
android:layout_height="match_parent">
<fragment

View File

@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/drawerBackground"
android:clickable="true"
android:orientation="vertical">