Fixed transparency issue in menu in landscape

This commit is contained in:
Sylvain Berfini 2019-04-03 13:07:44 +02:00
parent 767254b64a
commit bbc14b1b17

View file

@ -259,6 +259,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_above="@id/side_menu_quit" android:layout_above="@id/side_menu_quit"
android:background="?attr/backgroundColor"
android:orientation="vertical"> android:orientation="vertical">
<include layout="@layout/side_menu_main_account" /> <include layout="@layout/side_menu_main_account" />
@ -287,4 +288,4 @@
</androidx.drawerlayout.widget.DrawerLayout> </androidx.drawerlayout.widget.DrawerLayout>
</RelativeLayout> </RelativeLayout>