File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 15
15
<item android : id =" @+id/menu_settings"
16
16
android : title =" @string/menu_settings"
17
17
app : showAsAction =" never"
18
- android : icon =" @android:drawable/ic_menu_preferences"
19
18
/>
20
19
<item android : id =" @+id/menu_about"
21
20
android : title =" @string/menu_about"
22
21
app : showAsAction =" never"
23
- android : icon =" @android:drawable/ic_menu_info_details"
24
22
/>
25
23
<item android : id =" @+id/menu_feedback"
26
24
android : title =" @string/menu_feedback"
27
25
app : showAsAction =" never"
28
- android : icon =" @android:drawable/ic_menu_send"
29
26
/>
30
27
<item android : id =" @+id/menu_nearby"
31
28
android : title =" @string/menu_nearby"
32
29
app : showAsAction =" never"
33
- android : icon =" @android:drawable/ic_menu_myplaces"
34
30
/>
35
31
<item android : id =" @+id/menu_refresh"
36
32
android : title =" @string/menu_refresh"
Original file line number Diff line number Diff line change 9
9
app : showAsAction =" ifRoom|withText" />
10
10
<item
11
11
android : id =" @+id/menu_browser_current_image"
12
- android : icon =" @android:drawable/ic_menu_view"
13
12
android : title =" @string/menu_open_in_browser"
14
13
app : showAsAction =" never" />
15
14
<item
16
15
android : id =" @+id/menu_download_current_image"
17
- android : icon =" @drawable/ic_menu_download"
18
16
android : title =" @string/menu_download"
19
17
app : showAsAction =" never" />
20
18
<item
27
25
<item
28
26
android : id =" @+id/menu_cancel_current_image"
29
27
android : enabled =" false"
30
- android : icon =" @android:drawable/ic_menu_delete"
31
28
android : title =" @string/menu_cancel_upload"
32
29
android : visible =" false"
33
30
app : showAsAction =" never" />
You can’t perform that action at this time.
0 commit comments