Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[android][0.7.2] remove busted menu items
Browse files Browse the repository at this point in the history
+ fixes #11
  • Loading branch information
Ryan Willoughby committed Sep 11, 2013
1 parent 12a31b7 commit 7880bf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="0.7.1">
version="0.7.2">

<name>BarcodeScanner</name>

Expand Down
17 changes: 1 addition & 16 deletions src/android/LibraryProject/res/menu/capture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,5 @@
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu_share"
android:title="@string/menu_share"
android:icon="@android:drawable/ic_menu_share"
android:orderInCategory="1"/>
<item android:id="@+id/menu_history"
android:title="@string/menu_history"
android:icon="@android:drawable/ic_menu_recent_history"
android:orderInCategory="2"/>
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:icon="@android:drawable/ic_menu_preferences"
android:orderInCategory="3"/>
<item android:id="@+id/menu_help"
android:title="@string/menu_help"
android:icon="@android:drawable/ic_menu_help"
android:orderInCategory="4"/>
<!-- removed nonfunctional menu - see file history to retrieve -->
</menu>
9 changes: 1 addition & 8 deletions src/android/LibraryProject/res/menu/encode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,5 @@
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu_share"
android:title="@string/menu_share"
android:icon="@android:drawable/ic_menu_share"
android:orderInCategory="1"/>
<item android:id="@+id/menu_encode"
android:title="@string/menu_encode_vcard"
android:icon="@android:drawable/ic_menu_sort_alphabetically"
android:orderInCategory="2"/>
<!-- removed nonfunctional menu - see file history to retrieve -->
</menu>

0 comments on commit 7880bf7

Please sign in to comment.