File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : app =" http://schemas.android.com/apk/res-auto" >
4
- <item android : id =" @+id/actionSettings" android : title =" @string/title_settings" app : showAsAction =" ifRoom" android : icon =" @drawable/ic_baseline_settings_24" />
5
- <item android : id =" @+id/actionConnect" android : title =" @string/title_connect" app : showAsAction =" ifRoom" android : icon =" @drawable/ic_usb_white_24dp" />
6
- <item android : id =" @+id/actionDisconnect" android : title =" @string/title_disconnect" app : showAsAction =" ifRoom" android : icon =" @drawable/ic_usb_off_white_24dp" />
4
+ <item android : id =" @+id/actionSettings" android : title =" @string/title_settings" android : contentDescription = " @string/title_settings " app : showAsAction =" ifRoom" android : icon =" @drawable/ic_baseline_settings_24" />
5
+ <item android : id =" @+id/actionConnect" android : title =" @string/title_connect" android : contentDescription = " @string/title_connect " app : showAsAction =" ifRoom" android : icon =" @drawable/ic_usb_white_24dp" />
6
+ <item android : id =" @+id/actionDisconnect" android : title =" @string/title_disconnect" android : contentDescription = " @string/title_disconnect " app : showAsAction =" ifRoom" android : icon =" @drawable/ic_usb_off_white_24dp" />
7
7
</menu >
You can’t perform that action at this time.
0 commit comments