File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : app =" http://schemas.android.com/apk/res-auto" >
4
4
<item
5
5
android : id =" @+id/view_in_google_play"
6
+ android : icon =" @drawable/ic_play_store_tinted"
6
7
android : title =" @string/view_in_google_play"
7
8
app : showAsAction =" never" />
8
9
<item
9
10
android : id =" @+id/version_info"
11
+ android : icon =" @drawable/ic_perm_device_information"
10
12
android : title =" @string/version_info"
11
13
app : showAsAction =" never" />
12
14
<item
13
15
android : id =" @+id/beta_program"
16
+ android : icon =" @drawable/ic_tips_and_updates"
14
17
android : title =" @string/beta_program"
15
18
app : showAsAction =" never" />
16
19
<item
17
20
android : id =" @+id/terms_of_service"
21
+ android : icon =" @drawable/ic_terms_of_service"
18
22
android : title =" @string/terms_of_service"
19
23
app : showAsAction =" never" />
20
24
<item
21
25
android : id =" @+id/privacy_policy"
26
+ android : icon =" @drawable/ic_privacy_policy"
22
27
android : title =" @string/privacy_policy"
23
28
app : showAsAction =" never" />
24
29
<item
25
30
android : id =" @+id/oss"
31
+ android : icon =" @drawable/ic_license"
26
32
android : title =" @string/open_source_licenses"
27
33
app : showAsAction =" never" />
28
34
</menu >
You can’t perform that action at this time.
0 commit comments