mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Move scroll up action to stream only
This commit is contained in:
parent
964b144657
commit
9214155425
2 changed files with 11 additions and 10 deletions
|
@ -20,10 +20,20 @@
|
|||
</menu>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_go_to_top"
|
||||
android:icon="@drawable/ic_arrow_upward_white_48px"
|
||||
android:orderInCategory="400"
|
||||
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" />
|
||||
android:title="@string/action_toggle_desktop_page"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue