From 5373180f4f53b5a54f4b048d361ef5e1e530c5bf Mon Sep 17 00:00:00 2001 From: Christoph Hennemann Date: Wed, 23 Jan 2019 20:52:03 +0100 Subject: [PATCH] feat: Always hide archive/unarchive action from toolbar That streamlines the usability because the icons do not jump around when there is more than one habit selected. References: #465 --- uhabits-android/src/main/res/menu/list_habits_selection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/src/main/res/menu/list_habits_selection.xml b/uhabits-android/src/main/res/menu/list_habits_selection.xml index 0e5cd850a..bb7c7c335 100644 --- a/uhabits-android/src/main/res/menu/list_habits_selection.xml +++ b/uhabits-android/src/main/res/menu/list_habits_selection.xml @@ -34,12 +34,12 @@ + app:showAsAction="never" /> + app:showAsAction="never"/>