~vono22/narau/trunk

« back to all changes in this revision

Viewing changes to Narau/res/menu/dictionary_offline.xml

  • Committer: Yvon Tanguy
  • Date: 2012-12-12 21:51:39 UTC
  • Revision ID: vono22@yahoo.fr-20121212215139-fmwvvx1ar6gzbu8c
DictionaryOffline:
- Add menu: word match/word extended search.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        android:icon="@android:drawable/ic_menu_zoom"
33
33
        android:showAsAction="ifRoom|withText"
34
34
        android:title="@string/menuShowZoom"/>
 
35
    <item
 
36
        android:id="@+id/menuDictionaryWordMatch"
 
37
        android:icon="@drawable/ic_menu_dictionary_wordmatch"
 
38
        android:showAsAction="never"
 
39
        android:title="@string/dictionaryOfflineWordExactMatch"/>
35
40
 
36
41
</menu>
 
 
b'\\ No newline at end of file'