adding one more dummy element

This commit is contained in:
Bhavesh Kumawat 2024-02-13 15:41:27 +05:30 committed by Andy Scherzinger
parent 36a6941ab3
commit a7160f80d4
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with 13 additions and 0 deletions

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>