Nextcloud Theme (#541)
- Changed theme colors to Nextcloud default - Updated icons to match the Nextcloud default colors - Added ic_launcher.svg as source for easier future modifications
55
News-Android-App/src/main/ic_launcher.svg
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?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.48.5 r10040"
|
||||
sodipodi:docname="ic_launcher.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="1366"
|
||||
inkscape:window-height="688"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.46125"
|
||||
inkscape:cx="806.22436"
|
||||
inkscape:cy="125.55499"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
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
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 100.92858,89 C 94.320137,89 89,94.320137 89,100.92858 v 23.85713 c 0,6.60843 5.320137,11.92858 11.92858,11.92858 h 310.14284 c 6.60844,0 11.92858,-5.32015 11.92858,-11.92858 V 100.92858 C 423,94.320137 417.67986,89 411.07142,89 H 100.92858 z m 0,95.42858 C 94.320137,184.42858 89,189.74871 89,196.35714 v 23.85715 c 0,6.60842 5.320137,11.92857 11.92858,11.92857 h 214.71428 c 6.60843,0 11.92856,-5.32015 11.92856,-11.92857 v -23.85715 c 0,-6.60843 -5.32013,-11.92856 -11.92856,-11.92856 H 100.92858 z m 0,95.42856 C 94.320137,279.85714 89,285.17729 89,291.78571 v 23.85715 c 0,6.60843 5.320137,11.92856 11.92858,11.92856 h 286.28571 c 6.60842,0 11.92857,-5.32013 11.92857,-11.92856 v -23.85715 c 0,-6.60842 -5.32015,-11.92857 -11.92857,-11.92857 H 100.92858 z m 0,95.42857 C 94.320137,375.28571 89,380.60586 89,387.21429 v 23.85713 C 89,417.67986 94.320137,423 100.92858,423 H 244.07142 C 250.67986,423 256,417.67986 256,411.07142 v -23.85713 c 0,-6.60843 -5.32014,-11.92858 -11.92858,-11.92858 H 100.92858 z"
|
||||
id="path4-6" /></svg>
|
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 929 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -25,8 +25,8 @@
|
|||
|
||||
|
||||
|
||||
<color name="owncloudBlueLight">#35537A</color>
|
||||
<color name="owncloudBlueDark">#1D2D44</color>
|
||||
<color name="owncloudBlueLight">#0082C9</color>
|
||||
<color name="owncloudBlueDark">#006AA3</color>
|
||||
|
||||
<color name="colorPrimaryDarkTheme">@color/owncloudBlueDark</color>
|
||||
<color name="colorPrimaryDarkDarkTheme">@color/owncloudBlueLight</color>
|
||||
|
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 6.8 KiB |