[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

Jack Leigh jack.leigh at collabora.com
Wed Mar 25 01:29:21 PDT 2015


 android/experimental/LOAndroid3/res/menu/view_menu.xml |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 45f9c8465a110edf8cd94a6ef2ce89fdfe660121
Author: Jack Leigh <jack.leigh at collabora.com>
Date:   Sun Mar 22 16:49:39 2015 +0000

    android: Get search button to show again
    
    Even though it doesn't work...
    
    Change-Id: Ia84da613fd1e5cb3b2c9c5fa3d0458056b9cb728
    Reviewed-on: https://gerrit.libreoffice.org/14950
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
    Tested-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/android/experimental/LOAndroid3/res/menu/view_menu.xml b/android/experimental/LOAndroid3/res/menu/view_menu.xml
index f316f5a..81a3aa5 100644
--- a/android/experimental/LOAndroid3/res/menu/view_menu.xml
+++ b/android/experimental/LOAndroid3/res/menu/view_menu.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<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_light"
-          android:showAsAction="always" />
+          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"


More information about the Libreoffice-commits mailing list