mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add ability to customize the navigation drawer menu (#60)
Adds support for customizing the items listed on the left side navigation drawer menu. Each item can be toggled on/off in settings. The hidden ones are still accessible under "More" on the nav drawer, which only appears if some items are hidden. Additionally, if any of menu items are hidden, their "latest" content will not appear on the home page. The setting is stored per user profile.
This commit is contained in:
parent
27d0a17a00
commit
fc4954b561
17 changed files with 776 additions and 184 deletions
|
|
@ -88,5 +88,8 @@
|
|||
<string name="remove_favorite">Unfavorite</string>
|
||||
<string name="add_favorite">Favorite</string>
|
||||
<string name="favorites">Favorites</string>
|
||||
<string name="nav_drawer_pins">Customize Navigation Drawer Items</string>
|
||||
<string name="profile_specific_settings">User Profile Settings</string>
|
||||
<string name="nav_drawer_pins_summary">Choose the default items to show, others will be hidden</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue