Skip to content

Commit

Permalink
fix: deleted free slot footer_spacer_1 and footer_spacer_2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Aug 26, 2024
1 parent c9b98c5 commit 2c3a1c9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions owncloudApp/src/main/res/menu/drawer_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,6 @@
android:id="@+id/drawer_menu_privacy_policy"
android:icon="@drawable/ic_privacy_policy"
android:title="@string/prefs_privacy_policy" />

<item
android:id="@+id/footer_spacer_1"
android:checkable="false"
android:enabled="false"
android:orderInCategory="200"
android:title=""
android:visible="false"/>

<item
android:id="@+id/footer_spacer_2"
android:checkable="false"
android:enabled="false"
android:orderInCategory="200"
android:title=""
android:visible="false"/>
</group>

</menu>

0 comments on commit 2c3a1c9

Please sign in to comment.