From 23f39d7283e71bccf244ed75b13a4860bd1ab066 Mon Sep 17 00:00:00 2001 From: aleksandar-stefanovic Date: Tue, 31 Jan 2017 21:51:25 +0100 Subject: android: move sort options to separate menu This is one in a series of commits of trying to unclutter the context menu, which was pretty unorganized. Change-Id: I8a9473041730492a0b60c6b71fd7fd7996cedd89 Reviewed-on: https://gerrit.libreoffice.org/33768 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- android/source/res/drawable/ic_sort_black_24dp.xml | 13 +++++++++++ android/source/res/menu/view_menu.xml | 27 +++++++++++++++++----- android/source/res/values/strings.xml | 2 ++ 3 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 android/source/res/drawable/ic_sort_black_24dp.xml (limited to 'android') diff --git a/android/source/res/drawable/ic_sort_black_24dp.xml b/android/source/res/drawable/ic_sort_black_24dp.xml new file mode 100644 index 000000000000..d582deea67ec --- /dev/null +++ b/android/source/res/drawable/ic_sort_black_24dp.xml @@ -0,0 +1,13 @@ + + + + + diff --git a/android/source/res/menu/view_menu.xml b/android/source/res/menu/view_menu.xml index b89ff30d2238..fe28da2cf701 100644 --- a/android/source/res/menu/view_menu.xml +++ b/android/source/res/menu/view_menu.xml @@ -2,14 +2,29 @@ + + + + + + + + + + + + + - - - + Search List Grid + Filter by + Sort by Smallest first Largest first A-Z -- cgit