add own logo

This commit is contained in:
Felix 2017-03-18 18:17:01 +01:00
parent 5466cf13d5
commit 3df1543f89
3 changed files with 80 additions and 4 deletions

View file

@ -14,16 +14,16 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/ic_launcher" android:icon="@drawable/chaosflix_logo"
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Leanback"> android:theme="@style/Theme.Leanback">
<activity <activity
android:name="de.nicidienase.chaosflix.activities.MainActivity" android:name="de.nicidienase.chaosflix.activities.MainActivity"
android:banner="@drawable/app_icon_your_company" android:banner="@drawable/chaosflix_logo"
android:icon="@drawable/app_icon_your_company" android:icon="@drawable/chaosflix_logo"
android:label="@string/app_name" android:label="@string/app_name"
android:logo="@drawable/app_icon_your_company" android:logo="@drawable/chaosflix_logo"
android:screenOrientation="landscape"> android:screenOrientation="landscape">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

76
logo.svg Normal file
View file

@ -0,0 +1,76 @@
<?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="432"
height="243"
viewBox="0 0 114.3 64.293752"
version="1.1"
id="svg8"
inkscape:version="0.92.1 r"
sodipodi:docname="logo.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="182.65376"
inkscape:cy="98.677543"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1914"
inkscape:window-height="1056"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-232.70623)">
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cf2b2b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect5036"
width="132.56569"
height="73.499123"
x="-8.6862593"
y="229.24716" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.52082825px;line-height:56.3020668px;font-family:'Arabic Newspaper';-inkscape-font-specification:'Arabic Newspaper';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.87036705;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
x="-6.7946358"
y="275.52325"
id="text5040"><tspan
sodipodi:role="line"
id="tspan5038"
x="-6.7946358"
y="275.52325"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arabic Newspaper';-inkscape-font-specification:'Arabic Newspaper';fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.87036705;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">CHAOSFLIX</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB