+ new version of the .so files

This commit is contained in:
kelson42 2013-10-08 20:19:06 +02:00
parent 2ce5878d5b
commit cb889dbce9
4 changed files with 15 additions and 30 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,21 +1,4 @@
<!--
Copyright 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu_search"
android:icon="@drawable/action_search"
@ -49,20 +32,22 @@
android:visible="false"
android:orderInCategory="0"
android:showAsAction="ifRoom" />
<item android:id="@+id/menu_searchintext"
android:icon="@drawable/action_search"
android:title="@string/menu_searchintext"
android:orderInCategory="0"
android:showAsAction="never" />
<item android:id="@+id/menu_openfile"
android:title="@string/menu_openfile"
android:icon="@drawable/device_access_sd_storage"
android:orderInCategory="0"
android:showAsAction="never" />
<item android:id="@+id/menu_searchintext"
android:icon="@drawable/action_search"
android:title="@string/menu_searchintext"
android:orderInCategory="0"
android:showAsAction="never" />
<item android:id="@+id/menu_help"
android:title="@string/menu_help"
android:icon="@drawable/action_help"
android:title="@string/menu_help"
android:icon="@drawable/action_help"
android:orderInCategory="0"
android:showAsAction="never" />
@ -71,10 +56,10 @@
android:icon="@drawable/navigation_forward"
android:orderInCategory="0"
android:showAsAction="never"/>
<item android:id="@+id/menu_exit" android:orderInCategory="0" android:title="@string/menu_exit" android:showAsAction="never"></item>
<item android:id="@+id/menu_exit"
android:orderInCategory="0"
android:title="@string/menu_exit"
android:showAsAction="never" />
</menu>