1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 18:29:47 +02:00

Release v0.2.2

* Move toggle mobile/desktop to navslider (opt-in)
* Update TR
This commit is contained in:
Gregor Santner 2016-12-20 12:19:43 +01:00 committed by GitHub
parent 05e6e4d2bd
commit a31a530c7c
33 changed files with 291 additions and 59 deletions

View file

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