From 9214155425abbf43721dec54f02d7ca04770d9cc Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Wed, 26 Oct 2016 23:43:53 +0200 Subject: [PATCH] Move scroll up action to stream only --- app/src/main/res/menu/main__menu_bottom.xml | 9 --------- app/src/main/res/menu/stream__menu_bottom.xml | 12 +++++++++++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/menu/main__menu_bottom.xml b/app/src/main/res/menu/main__menu_bottom.xml index 490343c2..40660f38 100644 --- a/app/src/main/res/menu/main__menu_bottom.xml +++ b/app/src/main/res/menu/main__menu_bottom.xml @@ -18,16 +18,7 @@ android:title="@string/action_compose_new_post" app:showAsAction="always" /> - - - - + + + + + android:title="@string/action_toggle_desktop_page" + app:showAsAction="never" /> \ No newline at end of file