File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<menu xmlns : android =" http://schemas.android.com/apk/res/android"
44 xmlns : app =" http://schemas.android.com/apk/res-auto" >
55 <item android : id =" @+id/search"
6- app : showAsAction =" always "
6+ app : showAsAction =" ifRoom "
77 app : actionViewClass =" android.support.v7.widget.SearchView"
88 android : title =" @string/search" />
99 <item android : id =" @+id/scan"
10- app : showAsAction =" always "
10+ app : showAsAction =" ifRoom "
1111 android : icon =" @drawable/qr"
1212 android : title =" @string/scan" />
1313 <item android : id =" @+id/history"
1414 android : icon =" @drawable/time"
15- app : showAsAction =" always "
15+ app : showAsAction =" ifRoom "
1616 android : title =" @string/history" />
1717</menu >
Original file line number Diff line number Diff line change 33<menu xmlns : android =" http://schemas.android.com/apk/res/android"
44 xmlns : app =" http://schemas.android.com/apk/res-auto" >
55 <item android : id =" @+id/clear"
6- app : showAsAction =" never "
6+ app : showAsAction =" ifRoom "
77 android : title =" @string/clear_history"
88 android : icon =" @drawable/clear" />
99</menu >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments