Use settings icon instead of tune icon
Before Width: | Height: | Size: 9.5 KiB |
|
@ -320,7 +320,7 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
|
|||
}
|
||||
|
||||
private void setupNavigationMenu() {
|
||||
final NavigationAdapter.NavigationItem itemSettings = new NavigationAdapter.NavigationItem("settings", getString(R.string.action_settings), null, R.drawable.ic_tune_grey600_24dp);
|
||||
final NavigationAdapter.NavigationItem itemSettings = new NavigationAdapter.NavigationItem("settings", getString(R.string.action_settings), null, R.drawable.ic_settings_grey600_24dp);
|
||||
final NavigationAdapter.NavigationItem itemAbout = new NavigationAdapter.NavigationItem("about", getString(R.string.action_about), null, R.drawable.ic_information_outline_grey600_24dp);
|
||||
|
||||
ArrayList<NavigationAdapter.NavigationItem> itemsMenu = new ArrayList<>();
|
||||
|
|
BIN
app/src/main/res/drawable-hdpi/ic_settings_grey600_24dp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 578 B |
BIN
app/src/main/res/drawable-mdpi/ic_settings_grey600_24dp.png
Normal file
After Width: | Height: | Size: 870 B |
Before Width: | Height: | Size: 412 B |
BIN
app/src/main/res/drawable-xhdpi/ic_settings_grey600_24dp.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 463 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_settings_grey600_24dp.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 532 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_settings_grey600_24dp.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 34 KiB |
|
@ -1,55 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
enable-background="new 0 0 595.275 311.111"
|
||||
xml:space="preserve"
|
||||
height="512"
|
||||
width="512"
|
||||
version="1.1"
|
||||
y="0px"
|
||||
x="0px"
|
||||
id="svg2"
|
||||
viewBox="0 0 512 512"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="favicon-touch.svg"><metadata
|
||||
id="metadata10"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs8" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1148"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.65230601"
|
||||
inkscape:cx="253.31531"
|
||||
inkscape:cy="283.89389"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" /><rect
|
||||
rx="70"
|
||||
ry="70"
|
||||
height="448"
|
||||
width="448"
|
||||
y="32"
|
||||
x="32"
|
||||
id="rect4"
|
||||
style="fill:#0082C9" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff"
|
||||
d="M 136.71428,89.002394 C 110.28057,89.002394 89,110.28284 89,136.71635 l 0,238.56968 C 89,401.71959 110.28057,423 136.71428,423 l 238.57144,0 C 401.71944,423 423,401.71959 423,375.28603 l 0,-199.43234 -10.80728,10.81675 -63.00672,-63.00385 34.67634,-34.666586 -247.14806,0 z m 188.61457,58.523546 63.00671,63.00384 -99.16221,99.14953 -104.74478,41.74972 41.75,-104.74403 99.15028,-99.15906 z m -88.343,109.59648 -31.68228,52.55689 20.875,20.87485 52.55728,-31.68206 -41.75,-41.74968 z"
|
||||
id="path4" /></svg>
|
Before Width: | Height: | Size: 2.1 KiB |