~vono22/narau/trunk

« back to all changes in this revision

Viewing changes to Narau/res/menu-large/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:
27
27
        android:icon="@android:drawable/ic_menu_zoom"
28
28
        android:showAsAction="ifRoom|withText"
29
29
        android:title="@string/menuShowZoom"/>
 
30
    <item
 
31
        android:id="@+id/menuDictionaryWordMatch"
 
32
        android:icon="@drawable/ic_menu_dictionary_wordmatch"
 
33
        android:showAsAction="ifRoom|withText"
 
34
        android:title="@string/dictionaryOfflineWordExactMatch"/>
30
35
 
31
36
</menu>
 
 
b'\\ No newline at end of file'