Merge pull request #12544 from bhavesh100/issue-11337

Fixes #11337 - UI drawer overlapping
This commit is contained in:
Andy Scherzinger 2024-02-14 10:14:40 +01:00 committed by GitHub
commit 351996c1b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -41,6 +41,7 @@
android:layout_gravity="bottom"
android:clickable="false"
android:orientation="vertical"
android:background="@color/appbar"
android:paddingLeft="@dimen/drawer_content_horizontal_padding"
android:paddingTop="@dimen/standard_half_padding"
android:paddingRight="@dimen/drawer_content_horizontal_padding"

View file

@ -127,4 +127,17 @@
android:orderInCategory="200"
android:title=""/>
</group>
<!--
one more dummy element required
After making the quota details opaque
it is hiding some part of the element of the drawer above it
-->
<group>
<item
android:enabled="false"
android:orderInCategory="200"
android:title=""/>
</group>
</menu>