File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
<item
6
6
android : id =" @+id/action_save"
7
7
android : orderInCategory =" 100"
8
- app : showAsAction =" always"
9
8
android : icon =" @drawable/ic_action_save"
10
9
android : title =" Save" />
11
10
<item
12
11
android : id =" @+id/action_refresh"
13
12
android : orderInCategory =" 100"
14
- app : showAsAction =" always "
13
+ app : showAsAction =" ifRoom "
15
14
android : icon =" @drawable/ic_refresh"
16
15
android : title =" Refresh" />
17
16
<item
18
17
android : id =" @+id/custom_palette_picker"
19
18
android : orderInCategory =" 100"
20
- app : showAsAction =" always "
19
+ app : showAsAction =" ifRoom "
21
20
android : icon =" @drawable/palette_icon"
22
21
android : title =" CustomPalettePicker" />
23
22
<item
24
23
android : id =" @+id/action_about"
25
24
android : orderInCategory =" 100"
26
- app : showAsAction =" always"
27
25
android : icon =" @drawable/ic_about_icon"
28
26
android : title =" About" />
29
27
You can’t perform that action at this time.
0 commit comments