mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
Release v0.2.2
* Move toggle mobile/desktop to navslider (opt-in) * Update TR
This commit is contained in:
parent
05e6e4d2bd
commit
a31a530c7c
33 changed files with 291 additions and 59 deletions
|
|
@ -19,11 +19,4 @@
|
|||
android:title="@string/action_compose_new_post"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<!-- overflow menu -->
|
||||
<item
|
||||
android:id="@+id/action_exit"
|
||||
android:orderInCategory="600"
|
||||
android:title="@string/action_exit_app"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -67,6 +67,11 @@
|
|||
|
||||
<item android:title="@string/nav_menu_more">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/nav_toggle_desktop_page"
|
||||
android:icon="@drawable/ic_sync_white_48px"
|
||||
android:title="@string/action_toggle_desktop_page" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_settings"
|
||||
android:icon="@drawable/ic_settings_black_48px"
|
||||
|
|
|
|||
|
|
@ -29,13 +29,4 @@
|
|||
android:title="@string/action_go_to_top"
|
||||
app:showAsAction="always" />
|
||||
|
||||
|
||||
<!-- overflow menu -->
|
||||
<item
|
||||
android:id="@+id/action_toggle_desktop_page"
|
||||
android:icon="@drawable/ic_sync_white_48px"
|
||||
android:orderInCategory="700"
|
||||
android:title="@string/action_toggle_desktop_page"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue