diff options
author | Siqi Liu <me@siqi.fr> | 2015-04-23 13:48:39 +0200 |
---|---|---|
committer | Siqi Liu <me@siqi.fr> | 2015-04-23 15:31:15 +0200 |
commit | e49e8ac40a1967ff073f91891d1969263d9bb56c (patch) | |
tree | 35421441b3fe5826f906759cadad1b650bad4a89 /android | |
parent | 1973966b47b2ebad98ab4bf125464eb193997125 (diff) |
Remove unimplemented search functionality
Change-Id: I955bec2c94c386ee18fff8e8f5d90a7a90edf9d2
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LOAndroid3/res/menu/view_menu.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/experimental/LOAndroid3/res/menu/view_menu.xml b/android/experimental/LOAndroid3/res/menu/view_menu.xml index 81a3aa5c1239..37a39b140aad 100644 --- a/android/experimental/LOAndroid3/res/menu/view_menu.xml +++ b/android/experimental/LOAndroid3/res/menu/view_menu.xml @@ -2,10 +2,6 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> - <item android:id="@+id/menu_search" - android:icon="@drawable/action_search" - app:showAsAction="always" /> - <item android:id="@+id/menu_view_toggle" android:title="@string/grid_view"/> <item android:id="@+id/menu_sort_size" |