From 46d3f33790d65f49a12f8758c20415520a405973 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 9 Feb 2015 15:30:54 +0300 Subject: remove default background, update badimage --- .../src/main/res/drawable-hdpi/badimage.png | Bin 14350 -> 49285 bytes .../src/main/res/drawable/s_badimage.svg | 539 ++++++++++++++++++--- .../src/main/res/layout/comics_grid_row.xml | 2 +- 3 files changed, 486 insertions(+), 55 deletions(-) (limited to 'org.fox.ttcomics/src/main') diff --git a/org.fox.ttcomics/src/main/res/drawable-hdpi/badimage.png b/org.fox.ttcomics/src/main/res/drawable-hdpi/badimage.png index bc71802..84facc9 100644 Binary files a/org.fox.ttcomics/src/main/res/drawable-hdpi/badimage.png and b/org.fox.ttcomics/src/main/res/drawable-hdpi/badimage.png differ diff --git a/org.fox.ttcomics/src/main/res/drawable/s_badimage.svg b/org.fox.ttcomics/src/main/res/drawable/s_badimage.svg index 8c61713..010d5d1 100644 --- a/org.fox.ttcomics/src/main/res/drawable/s_badimage.svg +++ b/org.fox.ttcomics/src/main/res/drawable/s_badimage.svg @@ -7,40 +7,415 @@ 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:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="64px" - height="64px" - id="svg2985" + inkscape:export-ydpi="696" + inkscape:export-xdpi="696" + inkscape:export-filename="C:\Users\fox\Documents\Projects\Tiny-Comics-Reader\org.fox.ttcomics\src\main\res\drawable-hdpi\badimage.png" + sodipodi:docname="s_badimage.svg" + inkscape:version="0.91 r13725" version="1.1" - inkscape:version="0.48.0 r9654" - inkscape:export-filename="C:\Users\fox\workspace\org.fox.ttcomics\res\drawable\badimage.png" - inkscape:export-xdpi="800" - inkscape:export-ydpi="800" - sodipodi:docname="s_badimage.svg"> + id="svg2" + height="96" + width="96"> + id="defs4"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:window-x="-8" + inkscape:window-height="1137" + inkscape:window-width="1920" + inkscape:guide-bbox="true" + showguides="true" + showgrid="false" + inkscape:current-layer="svg2" + inkscape:document-units="px" + inkscape:cy="37.454658" + inkscape:cx="-18.732881" + inkscape:zoom="3.959798" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base"> + + + + + + id="metadata7"> @@ -52,37 +427,93 @@ + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-956.36218)"> + - ? + d="m 79.59389,1025.628 -14.797549,-0.5906 -1.802635,14.6992 -12.129199,-8.497 -9.463466,11.3912 -5.609914,-13.7056 -14.119712,4.4665 2.690479,-14.5629 -14.29305,-3.8762 10.136663,-10.7965 -9.928445,-10.98825 14.364529,-3.6023 -2.411629,-14.61165 14.031759,4.73561 5.870861,-13.59592 9.244004,11.56998 12.289396,-8.26359 1.521342,14.73098 14.806134,-0.30763 -6.684334,13.21499 12.622029,7.74598 -12.767782,7.5034 z" + inkscape:transform-center-x="0.14286093" + inkscape:transform-center-y="-0.18702017" + transform="matrix(0.84435138,-0.1417463,0.1417463,0.84435138,-135.0647,163.12814)" /> + + + ? + ? + diff --git a/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml b/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml index 94c0a3a..91d27cd 100755 --- a/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml +++ b/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml @@ -23,7 +23,7 @@ android:layout_height="200dp" android:id="@+id/thumbnail" android:scaleType="centerCrop" - android:src="@drawable/default_background" /> + android:src="@drawable/badimage" />