ocr.xml 355 B

123456789101112
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. tools:context="com.app.gokitchen.OCRActivity" >
  4. <item
  5. android:id="@+id/action_settings"
  6. android:orderInCategory="100"
  7. android:showAsAction="never"
  8. android:title="@string/action_settings"/>
  9. </menu>