Explorar o código

adding one more dummy element

Bhavesh Kumawat hai 1 ano
pai
achega
a7160f80d4
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      app/src/main/res/menu/partial_drawer_entries.xml

+ 13 - 0
app/src/main/res/menu/partial_drawer_entries.xml

@@ -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>