File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : app =" http://schemas.android.com/apk/res-auto" >
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ tools : ignore =" AppCompatResource" >
46 <item
57 android : id =" @+id/add_clipboard_item"
68 android : icon =" @drawable/ic_plus_vector"
79 android : title =" @string/add_new_item"
810 app : showAsAction =" ifRoom" />
911 <item
1012 android : id =" @+id/import_clips"
13+ android : showAsAction =" never"
1114 android : title =" @string/import_clipboard_items"
1215 app : showAsAction =" never" />
1316 <item
1417 android : id =" @+id/export_clips"
18+ android : showAsAction =" never"
1519 android : title =" @string/export_clipboard_items"
1620 app : showAsAction =" never" />
1721</menu >
You can’t perform that action at this time.
0 commit comments