Skip to content
Snippets Groups Projects
Commit 64c8e9ba authored by Alexandre Perraud's avatar Alexandre Perraud
Browse files

Add 3 states checkbox icon

parent 022deb1b
No related branches found
No related tags found
No related merge requests found
Showing
with 85 additions and 6 deletions
......@@ -13,7 +13,7 @@
height="20"
id="svg4682"
version="1.1"
inkscape:version="0.48.5 r10040"
inkscape:version="0.91 r13725"
sodipodi:docname="ic_checkbox_false.svg"
inkscape:export-filename="/home/corbax/Dev/android/Icons/Test 1/ic_play_normal.png"
inkscape:export-xdpi="90"
......@@ -27,9 +27,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-2.2118905"
inkscape:cy="17.490209"
inkscape:zoom="44.8"
inkscape:cx="2.9915658"
inkscape:cy="10.6772"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
......@@ -54,7 +54,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
......@@ -64,7 +64,7 @@
id="layer1"
transform="translate(0,-1032.3622)">
<path
style="color:#000000;fill:#ff8800;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.50000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
style="color:#000000;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6,1037.3622 c -0.554,0 -1,0.446 -1,1 l 0,8 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-8 c 0,-0.554 -0.446,-1 -1,-1 l -8,0 z m 0,1 8,0 0,8 -8,0 0,-8 z"
id="rect4929"
inkscape:connector-curvature="0" />
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="20"
height="20"
id="svg4682"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ic_checkbox_partialy.svg"
inkscape:export-filename="/home/corbax/Dev/android/Icons/Test 1/ic_play_normal.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4684" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="4.7369659"
inkscape:cy="4.3335279"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid3846"
empspacing="4"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata4687">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1032.3622)">
<path
style="color:#000000;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6,1037.3622 c -0.554,0 -1,0.446 -1,1 l 0,8 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-8 c 0,-0.554 -0.446,-1 -1,-1 l -8,0 z m 0,1 8,0 0,8 -8,0 0,-8 z"
id="rect4929"
inkscape:connector-curvature="0" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ff8800;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:4.19999981;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4154"
width="6"
height="6"
x="7"
y="1039.3622" />
</g>
</svg>
vlc-android/res/drawable-hdpi/ic_checkbox_false.png

281 B

vlc-android/res/drawable-hdpi/ic_checkbox_partialy.png

289 B

vlc-android/res/drawable-hdpi/ic_checkbox_true.png

384 B

vlc-android/res/drawable-ldpi/ic_checkbox_false.png

241 B

vlc-android/res/drawable-ldpi/ic_checkbox_partialy.png

258 B

vlc-android/res/drawable-ldpi/ic_checkbox_true.png

302 B

vlc-android/res/drawable-mdpi/ic_checkbox_false.png

219 B

vlc-android/res/drawable-mdpi/ic_checkbox_partialy.png

229 B

vlc-android/res/drawable-mdpi/ic_checkbox_true.png

300 B

vlc-android/res/drawable-xhdpi/ic_checkbox_false.png

326 B

vlc-android/res/drawable-xhdpi/ic_checkbox_partialy.png

339 B

vlc-android/res/drawable-xhdpi/ic_checkbox_true.png

465 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment