Fixed transparency issue in menu in landscape
This commit is contained in:
parent
767254b64a
commit
bbc14b1b17
1 changed files with 2 additions and 1 deletions
|
@ -259,6 +259,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@id/side_menu_quit"
|
||||
android:background="?attr/backgroundColor"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/side_menu_main_account" />
|
||||
|
@ -287,4 +288,4 @@
|
|||
|
||||
</androidx.drawerlayout.widget.DrawerLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Reference in a new issue