summaryrefslogtreecommitdiff
path: root/orgfoxttrss/src/main/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-17 00:17:34 +0400
committerAndrew Dolgov <[email protected]>2014-10-17 00:17:34 +0400
commit8f6ca0eec07c077269d97edaf9c89f2eaf3fc115 (patch)
treeb2b744b1f11435820f9be54e78b290f810ffd8ff /orgfoxttrss/src/main/res/drawable
parent97cc96839d31b6cce59ec29a6681c6fe802552ee (diff)
rename main module
Diffstat (limited to 'orgfoxttrss/src/main/res/drawable')
-rw-r--r--orgfoxttrss/src/main/res/drawable/counter_background.xml12
-rw-r--r--orgfoxttrss/src/main/res/drawable/counter_background_dark.xml12
-rw-r--r--orgfoxttrss/src/main/res/drawable/counter_background_selected_light.xml12
-rw-r--r--orgfoxttrss/src/main/res/drawable/counter_background_sepia.xml12
-rw-r--r--orgfoxttrss/src/main/res/drawable/flavor_image_border.xml11
-rw-r--r--orgfoxttrss/src/main/res/drawable/headline_row.xml19
-rw-r--r--orgfoxttrss/src/main/res/drawable/headline_row_selected.xml19
-rw-r--r--orgfoxttrss/src/main/res/drawable/headline_row_selected_sepia.xml19
-rw-r--r--orgfoxttrss/src/main/res/drawable/headline_row_sepia.xml19
-rw-r--r--orgfoxttrss/src/main/res/drawable/headline_row_unread.xml19
-rw-r--r--orgfoxttrss/src/main/res/drawable/headline_row_unread_sepia.xml19
-rw-r--r--orgfoxttrss/src/main/res/drawable/ics_divider_vertical.xml5
-rw-r--r--orgfoxttrss/src/main/res/drawable/ics_divider_vertical_gray.xml5
-rw-r--r--orgfoxttrss/src/main/res/drawable/paper_sepia.xml4
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_dashclock.svg1071
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_headline_published.svg905
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_headline_unpublished.svg193
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_icon.svg789
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_marked.svg77
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_marked_bw.svg93
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_marked_bw_full.svg93
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_menu_attaches_light.svg143
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_menu_marked.svg93
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_menu_published_light.svg189
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_menu_unpublished_light.svg113
-rw-r--r--orgfoxttrss/src/main/res/drawable/s_prev_article.svg70
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow.xml5
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow_feeds.xml7
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow_feeds_gray.xml7
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow_feeds_sepia.xml7
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow_headlines.xml7
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow_headlines_gray.xml7
-rw-r--r--orgfoxttrss/src/main/res/drawable/shadow_headlines_sepia.xml7
33 files changed, 0 insertions, 4063 deletions
diff --git a/orgfoxttrss/src/main/res/drawable/counter_background.xml b/orgfoxttrss/src/main/res/drawable/counter_background.xml
deleted file mode 100644
index 1c2c4094..00000000
--- a/orgfoxttrss/src/main/res/drawable/counter_background.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <solid android:color="@color/unread_counter_background" />
-
- <corners
- android:bottomLeftRadius="4dp"
- android:bottomRightRadius="4dp"
- android:topLeftRadius="4dp"
- android:topRightRadius="4dp" />
-
-</shape> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/counter_background_dark.xml b/orgfoxttrss/src/main/res/drawable/counter_background_dark.xml
deleted file mode 100644
index 3cc971c6..00000000
--- a/orgfoxttrss/src/main/res/drawable/counter_background_dark.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <solid android:color="@color/unread_counter_background_dark" />
-
- <corners
- android:bottomLeftRadius="4dp"
- android:bottomRightRadius="4dp"
- android:topLeftRadius="4dp"
- android:topRightRadius="4dp" />
-
-</shape> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/counter_background_selected_light.xml b/orgfoxttrss/src/main/res/drawable/counter_background_selected_light.xml
deleted file mode 100644
index 7485ea00..00000000
--- a/orgfoxttrss/src/main/res/drawable/counter_background_selected_light.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <solid android:color="@color/unread_counter_background_selected_light" />
-
- <corners
- android:bottomLeftRadius="4dp"
- android:bottomRightRadius="4dp"
- android:topLeftRadius="4dp"
- android:topRightRadius="4dp" />
-
-</shape> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/counter_background_sepia.xml b/orgfoxttrss/src/main/res/drawable/counter_background_sepia.xml
deleted file mode 100644
index daebd494..00000000
--- a/orgfoxttrss/src/main/res/drawable/counter_background_sepia.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <solid android:color="@color/unread_counter_background_sepia" />
-
- <corners
- android:bottomLeftRadius="4dp"
- android:bottomRightRadius="4dp"
- android:topLeftRadius="4dp"
- android:topRightRadius="4dp" />
-
-</shape> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/flavor_image_border.xml b/orgfoxttrss/src/main/res/drawable/flavor_image_border.xml
deleted file mode 100644
index f59d75d8..00000000
--- a/orgfoxttrss/src/main/res/drawable/flavor_image_border.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle" >
-
- <corners android:radius="0dp" />
-
- <stroke
- android:width="1dp"
- android:color="#cccccc" />
-
-</shape> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/headline_row.xml b/orgfoxttrss/src/main/res/drawable/headline_row.xml
deleted file mode 100644
index ccfb8703..00000000
--- a/orgfoxttrss/src/main/res/drawable/headline_row.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#e0e0e0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#f5f5f5" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/headline_row_selected.xml b/orgfoxttrss/src/main/res/drawable/headline_row_selected.xml
deleted file mode 100644
index 3f005c8a..00000000
--- a/orgfoxttrss/src/main/res/drawable/headline_row_selected.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#e0e0e0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#88b0f0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/headline_row_selected_sepia.xml b/orgfoxttrss/src/main/res/drawable/headline_row_selected_sepia.xml
deleted file mode 100644
index 17d096e1..00000000
--- a/orgfoxttrss/src/main/res/drawable/headline_row_selected_sepia.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#d0d0d0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#E5B0A0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/headline_row_sepia.xml b/orgfoxttrss/src/main/res/drawable/headline_row_sepia.xml
deleted file mode 100644
index facd2b6a..00000000
--- a/orgfoxttrss/src/main/res/drawable/headline_row_sepia.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#d0d0d0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#f5f5f5" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/headline_row_unread.xml b/orgfoxttrss/src/main/res/drawable/headline_row_unread.xml
deleted file mode 100644
index 6813164f..00000000
--- a/orgfoxttrss/src/main/res/drawable/headline_row_unread.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#e0e0e0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#ffffff" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/headline_row_unread_sepia.xml b/orgfoxttrss/src/main/res/drawable/headline_row_unread_sepia.xml
deleted file mode 100644
index 6c649257..00000000
--- a/orgfoxttrss/src/main/res/drawable/headline_row_unread_sepia.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#d0d0d0" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#ffffff" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/ics_divider_vertical.xml b/orgfoxttrss/src/main/res/drawable/ics_divider_vertical.xml
deleted file mode 100644
index 14c1f642..00000000
--- a/orgfoxttrss/src/main/res/drawable/ics_divider_vertical.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<bitmap
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/ics_divider_vertical_bitmap"
- android:gravity="fill_vertical|right" />
diff --git a/orgfoxttrss/src/main/res/drawable/ics_divider_vertical_gray.xml b/orgfoxttrss/src/main/res/drawable/ics_divider_vertical_gray.xml
deleted file mode 100644
index 14c1f642..00000000
--- a/orgfoxttrss/src/main/res/drawable/ics_divider_vertical_gray.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<bitmap
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/ics_divider_vertical_bitmap"
- android:gravity="fill_vertical|right" />
diff --git a/orgfoxttrss/src/main/res/drawable/paper_sepia.xml b/orgfoxttrss/src/main/res/drawable/paper_sepia.xml
deleted file mode 100644
index 3951b4c8..00000000
--- a/orgfoxttrss/src/main/res/drawable/paper_sepia.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
- <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/paper_sepia_bitmap"
- android:tileMode="repeat" /> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/s_dashclock.svg b/orgfoxttrss/src/main/res/drawable/s_dashclock.svg
deleted file mode 100644
index f4be84f9..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_dashclock.svg
+++ /dev/null
@@ -1,1071 +0,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: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="72"
- height="72"
- id="svg2985"
- version="1.1"
- inkscape:version="0.48.4 r9939"
- inkscape:export-filename="C:\Users\fox\workspace\Tiny-Tiny-RSS-for-Honeycomb\res\drawable-xhdpi\dashclock.png"
- inkscape:export-xdpi="120"
- inkscape:export-ydpi="120"
- sodipodi:docname="s_dashclock.svg">
- <defs
- id="defs2987">
- <filter
- id="filter4035"
- inkscape:label="Glow"
- inkscape:menu="Shadows and Glows"
- inkscape:menu-tooltip="Glow of object's own color at the edges"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- id="feGaussianBlur4037"
- stdDeviation="5"
- result="result91" />
- <feComposite
- id="feComposite4039"
- in2="result91"
- in="SourceGraphic"
- operator="over" />
- </filter>
- <filter
- id="filter4044"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-.25"
- y="-.25">
- <feGaussianBlur
- id="feGaussianBlur4046"
- in="SourceAlpha"
- stdDeviation="2"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix4048"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
- <feOffset
- id="feOffset4050"
- in="bluralpha"
- dx="1"
- dy="1"
- result="offsetBlur" />
- <feMerge
- id="feMerge4052">
- <feMergeNode
- id="feMergeNode4054"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode4056"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient3890"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="RSSg"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3838"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3840"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3842"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3844"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3846"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3848"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3850"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5363"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient3277"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3279"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3281"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3283"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3285"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3287"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3289"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3291"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5668"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3294"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3296"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3298"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3300"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3302"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3304"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3306"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3308"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5670"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3311"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3313"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3315"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3317"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3319"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3321"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3323"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3325"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5652"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3328"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3330"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3332"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3334"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3336"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3338"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3340"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3342"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5654"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3345"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3347"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3349"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3351"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3353"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3355"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3357"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3359"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5656"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3362"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3364"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3366"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3368"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3370"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3372"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3374"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3376"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5658"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3379"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3381"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3383"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3385"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3387"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3389"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3391"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3393"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5664"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3396"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3398"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3400"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3402"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3404"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3406"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3408"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3410"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5666"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3413"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3415"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3417"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3419"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3421"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3423"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3425"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3427"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5660"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3430"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3432"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3434"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3436"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3438"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3440"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3442"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3444"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5662"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3447"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3449"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3451"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3453"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3455"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3457"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3459"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3461"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- y2="211.27248"
- x2="217.63582"
- y1="39.288776"
- x1="46.536098"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3469"
- xlink:href="#RSSg"
- inkscape:collect="always" />
- <linearGradient
- y2="125.5"
- x2="220.00627"
- y1="125.5"
- x1="42.993729"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3471"
- xlink:href="#RSSg"
- inkscape:collect="always" />
- <filter
- color-interpolation-filters="sRGB"
- id="filter5699"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-0.25"
- y="-0.25">
- <feGaussianBlur
- id="feGaussianBlur5701"
- in="SourceAlpha"
- stdDeviation="2"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix5703"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
- <feOffset
- id="feOffset5705"
- in="bluralpha"
- dx="2"
- dy="2"
- result="offsetBlur" />
- <feMerge
- id="feMerge5707">
- <feMergeNode
- id="feMergeNode5709"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode5711"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <filter
- id="filter3293"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-.25"
- y="-.25">
- <feGaussianBlur
- id="feGaussianBlur3295"
- in="SourceAlpha"
- stdDeviation="3"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix3297"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.75 0 " />
- <feOffset
- id="feOffset3299"
- in="bluralpha"
- dx="1"
- dy="1"
- result="offsetBlur" />
- <feMerge
- id="feMerge3301">
- <feMergeNode
- id="feMergeNode3303"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode3305"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4512"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4514"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4516"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4518"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4520"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4522"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4524"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4526"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4528"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4530"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4532"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4534"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4549"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4551"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4553"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4555"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4557"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4559"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4561"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4563"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4565"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4567"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4572"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-7.505653)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4574"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-7.505653)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4577"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-7.505653)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4579"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-7.505653)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4581"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4583"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4585"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4587"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4590"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-15.505653)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4592"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-15.505653)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4676"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-7.505653)"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient4678"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-7.505653)"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#000000"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:zoom="7.7781746"
- inkscape:cx="49.788136"
- inkscape:cy="31.375346"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- inkscape:snap-page="false"
- inkscape:window-width="1280"
- inkscape:window-height="961"
- inkscape:window-x="1592"
- inkscape:window-y="-8"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata2990">
- <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
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- transform="translate(0,8)">
- <path
- style="fill:#5693fd;fill-opacity:1;stroke:none"
- d="m 10.457912,43.891242 c -5.3345941,0 -9.68712703,4.316148 -9.68712703,9.650846 0,5.334697 4.35253293,9.687127 9.68712703,9.687127 3.621444,0 6.763753,-2.021498 8.417279,-4.970548 -1.332101,-1.326573 -2.33102,-2.941902 -2.90251,-4.716579 -0.552565,-1.715836 -0.798196,-3.532842 -0.79819,-5.442206 -1.2e-5,-0.630425 0.02748,-1.310797 0.108844,-2.031757 0.02951,-0.261496 0.07199,-0.533671 0.108844,-0.798191 -1.447954,-0.866201 -3.124315,-1.378692 -4.934267,-1.378692 z"
- id="circle26"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5693fd;fill-opacity:1;stroke:none"
- d="m 0.77078497,16.535086 0,13.678078 A 33.002051,33.002704 0 0 1 17.750468,34.929743 l 2.35829,-9.505721 -4.861704,0 -3.845826,0 1.015878,-3.7007 0.979597,-3.410449 A 46.685828,46.686752 0 0 0 0.77078497,16.535086 z M 39.990951,37.904815 39.337886,40.517074 c -0.08277,0.45381 -0.244611,0.952443 -0.362813,1.451255 -0.09989,0.421337 -0.134677,0.849362 -0.217689,1.269848 -0.08663,0.438515 -0.2221,0.845213 -0.290251,1.233567 -0.05306,0.302702 0,0.488934 0,0.507939 -1.1e-5,0.297438 0.0012,0.391421 0,0.435377 -0.055,-0.05926 0.482688,0.217695 1.741506,0.217688 0.228753,0 0.649652,-0.02893 1.233567,-0.108844 0.588536,-0.08053 1.214979,-0.189057 1.85035,-0.326532 0.164221,-0.03553 0.310568,-0.07416 0.471658,-0.108844 a 46.685828,46.686752 0 0 0 -3.773263,-7.183713 z m 7.365119,21.913951 -0.07256,0.253969 -1.523818,0.50794 c -0.770442,0.252811 -1.647848,0.498277 -2.648541,0.725627 -1.006346,0.228619 -2.097133,0.425988 -3.265323,0.616784 -1.18131,0.192927 -2.400678,0.344324 -3.664419,0.471657 -0.825434,0.08317 -1.630649,0.144805 -2.430852,0.181407 a 33.002051,33.002704 0 0 1 0.03628,0.653065 l 13.678078,0 A 46.685828,46.686752 0 0 0 47.35607,59.818766 z"
- id="path28"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#5693fd;fill-opacity:1;stroke:none"
- d="m 0.77078497,-7.229215 0,14.1134548 A 56.344965,56.346082 0 0 1 15.9364,8.9522782 l 0.108844,-0.3990952 2.213164,0 5.913864,0 2.249445,-8.78009268 0.435377,-1.77778732 0.217688,-0.036281 A 70.431206,70.432601 0 0 0 0.77078497,-7.229215 z M 57.11576,21.070257 l -0.507939,1.814069 -0.616783,2.10432 -2.176883,0 -10.666724,0 -0.217688,0.907034 A 56.344965,56.346082 0 0 1 57.11576,63.229215 l 14.113455,0 A 70.431206,70.432601 0 0 0 57.11576,21.070257 z"
- id="path30"
- inkscape:connector-curvature="0" />
- <path
- inkscape:connector-curvature="0"
- id="path4547"
- style="font-size:87.69078827px;font-style:oblique;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#5693fd;fill-opacity:1;stroke:none;font-family:Segoe UI;-inkscape-font-specification:Segoe UI Bold Oblique"
- d="m 53.804356,22.086365 -12.933871,0 -4.437563,17.489747 c -0.07218,0.395786 -0.162374,0.821991 -0.270583,1.278625 -0.108252,0.45667 -0.207472,0.913316 -0.297641,1.36995 -0.09022,0.456669 -0.171393,0.89049 -0.243525,1.301462 -0.07218,0.410996 -0.108252,0.753492 -0.108229,1.027466 -2.5e-5,1.217754 0.360753,2.115825 1.082332,2.694237 0.721529,0.578436 1.912093,0.867653 3.571696,0.867642 0.432905,1.1e-5 0.98309,-0.04563 1.650558,-0.136999 0.667406,-0.09137 1.352883,-0.21309 2.05643,-0.365321 0.703484,-0.152196 1.379941,-0.312032 2.029374,-0.479483 0.649365,-0.167429 1.172492,-0.312032 1.569382,-0.433809 l -2.651715,10.685637 c -0.649432,0.213102 -1.443141,0.426216 -2.381131,0.639306 -0.938051,0.213114 -1.966266,0.410996 -3.084647,0.593657 -1.118437,0.182649 -2.281943,0.33488 -3.490522,0.456646 -1.208628,0.121777 -2.390173,0.18266 -3.544639,0.18266 -2.741927,0 -5.032861,-0.296822 -6.87281,-0.890478 -1.839977,-0.593645 -3.310144,-1.415612 -4.410505,-2.465914 -1.100379,-1.050291 -1.87605,-2.275638 -2.327014,-3.676041 -0.450979,-1.400391 -0.676465,-2.922561 -0.676458,-4.566507 -7e-6,-0.487088 0.03607,-1.050291 0.10824,-1.689609 0.07215,-0.639307 0.171363,-1.293835 0.297641,-1.963605 0.126262,-0.669737 0.270577,-1.347103 0.432933,-2.032095 0.162343,-0.684969 0.315673,-1.316672 0.459992,-1.895107 l 4.437563,-17.992067 -8.550427,0 3.030532,-10.639977 8.171609,0 2.814064,-10.95963491 18.020835,-3.74454209 -3.625814,14.704177 13.150339,0 z" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_headline_published.svg b/orgfoxttrss/src/main/res/drawable/s_headline_published.svg
deleted file mode 100644
index b07448a0..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_headline_published.svg
+++ /dev/null
@@ -1,905 +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: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"
- version="1.1"
- width="16"
- height="16"
- id="RSSicon"
- viewBox="0 0 32 32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_headline_published.svg"
- inkscape:export-filename="C:\Users\Andrew\workspace\Tiny-Tiny-RSS-for-Honeycomb\res\drawable-hdpi\ic_published.png"
- inkscape:export-xdpi="208.25"
- inkscape:export-ydpi="208.25">
- <metadata
- id="metadata34">
- <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>
- <sodipodi:namedview
- pagecolor="#171717"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1137"
- id="namedview32"
- showgrid="false"
- inkscape:zoom="23.953242"
- inkscape:cx="5.9329089"
- inkscape:cy="7.0884269"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- inkscape:current-layer="RSSicon" />
- <defs
- id="defs3">
- <linearGradient
- x1="30.059999"
- y1="30.059999"
- x2="225.94"
- y2="225.94"
- id="RSSg"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-224)">
- <stop
- offset="0.0"
- stop-color="#E3702D"
- id="stop6" />
- <stop
- offset="0.1071"
- stop-color="#EA7D31"
- id="stop8" />
- <stop
- offset="0.3503"
- stop-color="#F69537"
- id="stop10" />
- <stop
- offset="0.5"
- stop-color="#FB9E3A"
- id="stop12" />
- <stop
- offset="0.7016"
- stop-color="#EA7C31"
- id="stop14" />
- <stop
- offset="0.8866"
- stop-color="#DE642B"
- id="stop16" />
- <stop
- offset="1.0"
- stop-color="#D95B29"
- id="stop18" />
- </linearGradient>
- <filter
- id="filter3031"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033"
- type="saturate"
- values="0" />
- </filter>
- <filter
- id="filter3031-1"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033-7"
- type="saturate"
- values="0" />
- </filter>
- <linearGradient
- id="RSSg-9"
- y2="225.94001"
- x2="225.94001"
- y1="30.06"
- x1="30.06"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3126"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3128"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3130"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3132"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3134"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3136"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3138"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <filter
- id="filter3031-4"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033-8"
- type="saturate"
- values="0" />
- </filter>
- <filter
- id="filter2997"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix2999"
- type="saturate"
- values="0" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient3890"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="RSSg-8"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3838"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3840"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3842"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3844"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3846"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3848"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3850"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5363"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient4849"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4851"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4853"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4855"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4857"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4859"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4861"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4863"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <filter
- color-interpolation-filters="sRGB"
- id="filter3293"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-0.25"
- y="-0.25">
- <feGaussianBlur
- id="feGaussianBlur3295"
- in="SourceAlpha"
- stdDeviation="3"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix3297"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.75 0 " />
- <feOffset
- id="feOffset3299"
- in="bluralpha"
- dx="1"
- dy="1"
- result="offsetBlur" />
- <feMerge
- id="feMerge3301">
- <feMergeNode
- id="feMergeNode3303"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode3305"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <linearGradient
- y2="211.27248"
- x2="217.63582"
- y1="39.288776"
- x1="46.536098"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3469"
- xlink:href="#RSSg-8"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient4873"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4875"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4877"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4879"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4881"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4883"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4885"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4887"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- y2="125.5"
- x2="220.00627"
- y1="125.5"
- x1="42.993729"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3471"
- xlink:href="#RSSg-8"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient4890"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4892"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4894"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4896"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4898"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4900"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4902"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4904"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5652"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient4907"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4909"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4911"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4913"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4915"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4917"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4919"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4921"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5654"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient4924"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4926"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4928"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4930"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4932"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4934"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4936"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4938"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5656"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient4941"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4943"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4945"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4947"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4949"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4951"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4953"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4955"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5658"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient4958"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4960"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4962"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4964"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4966"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4968"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4970"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4972"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5664"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient4975"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4977"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4979"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4981"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop4983"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop4985"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop4987"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop4989"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5666"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient4992"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop4994"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop4996"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop4998"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop5000"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop5002"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop5004"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop5006"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5660"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient5009"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5011"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop5013"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop5015"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop5017"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop5019"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop5021"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop5023"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5662"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient5026"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5028"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop5030"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop5032"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop5034"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop5036"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop5038"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop5040"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- y2="211.27248"
- x2="217.63582"
- y1="39.288776"
- x1="46.536098"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5048"
- xlink:href="#RSSg-8"
- inkscape:collect="always" />
- <linearGradient
- y2="125.5"
- x2="220.00627"
- y1="125.5"
- x1="42.993729"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5050"
- xlink:href="#RSSg-8"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5554"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5556"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5558"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5560"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5562"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5564"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5566"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5568"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5570"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5572"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5574"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg-8"
- id="linearGradient5576"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- </defs>
- <path
- style="opacity:0.80000000000000004;fill:#f69538;fill-opacity:1"
- d="m 9.0929935,3.8989242 c -2.8816759,0 -5.1940693,2.3123934 -5.1940693,5.1940693 l 0,13.8140145 c 0,2.881674 2.3123934,5.194069 5.1940693,5.194069 l 13.8140145,0 c 2.881674,0 5.194069,-2.312395 5.194069,-5.194069 l 0,-13.8140145 c 0,-2.8816759 -2.312395,-5.1940693 -5.194069,-5.1940693 l -13.8140145,0 z"
- id="path3999" />
- <path
- style="opacity:1;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="M 8.0431284,7.4905678 A 16.550485,16.550485 0 0 1 24.619945,24.012129 l -3.315363,0 A 13.240388,13.240388 0 0 0 8.0431284,10.805931 l 0,-3.3153632 z"
- id="path3997" />
- <path
- style="opacity:1;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="M 8.0431284,13.07143 A 10.970607,10.970607 0 0 1 19.039084,24.012129 l -3.204852,0 A 7.7550842,7.7550842 0 0 0 8.0431284,16.276281 l 0,-3.204851 z"
- id="path3995" />
- <path
- style="opacity:1;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="m 10.308627,19.481132 c 1.253565,0 2.265498,1.011934 2.265498,2.265498 0,1.253565 -1.011933,2.265499 -2.265498,2.265499 -1.2535655,0 -2.2654986,-1.011934 -2.2654986,-2.265499 0,-1.253564 1.0119331,-2.265498 2.2654986,-2.265498 z"
- id="rect20" />
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_headline_unpublished.svg b/orgfoxttrss/src/main/res/drawable/s_headline_unpublished.svg
deleted file mode 100644
index 3bcbf2a6..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_headline_unpublished.svg
+++ /dev/null
@@ -1,193 +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"
- version="1.1"
- width="16"
- height="16"
- id="RSSicon"
- viewBox="0 0 32 32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_headline_unpublished.svg"
- inkscape:export-filename="C:\Users\Andrew\workspace\Tiny-Tiny-RSS-for-Honeycomb\res\drawable-hdpi\ic_unpublished.png"
- inkscape:export-xdpi="208.25"
- inkscape:export-ydpi="208.25">
- <metadata
- id="metadata34">
- <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>
- <sodipodi:namedview
- pagecolor="#171717"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1137"
- id="namedview32"
- showgrid="false"
- inkscape:zoom="23.953242"
- inkscape:cx="-5.7565318"
- inkscape:cy="8.340867"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- inkscape:current-layer="RSSicon" />
- <defs
- id="defs3">
- <linearGradient
- x1="30.059999"
- y1="30.059999"
- x2="225.94"
- y2="225.94"
- id="RSSg"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-224)">
- <stop
- offset="0.0"
- stop-color="#E3702D"
- id="stop6" />
- <stop
- offset="0.1071"
- stop-color="#EA7D31"
- id="stop8" />
- <stop
- offset="0.3503"
- stop-color="#F69537"
- id="stop10" />
- <stop
- offset="0.5"
- stop-color="#FB9E3A"
- id="stop12" />
- <stop
- offset="0.7016"
- stop-color="#EA7C31"
- id="stop14" />
- <stop
- offset="0.8866"
- stop-color="#DE642B"
- id="stop16" />
- <stop
- offset="1.0"
- stop-color="#D95B29"
- id="stop18" />
- </linearGradient>
- <filter
- id="filter3031"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033"
- type="saturate"
- values="0" />
- </filter>
- <filter
- id="filter3031-1"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033-7"
- type="saturate"
- values="0" />
- </filter>
- <linearGradient
- id="RSSg-9"
- y2="225.94001"
- x2="225.94001"
- y1="30.06"
- x1="30.06"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3126"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3128"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3130"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3132"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3134"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3136"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3138"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <filter
- id="filter3031-4"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033-8"
- type="saturate"
- values="0" />
- </filter>
- <filter
- id="filter2997"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix2999"
- type="saturate"
- values="0" />
- </filter>
- </defs>
- <path
- style="opacity:0.80000000000000004;fill:#939393;fill-opacity:1;filter:url(#filter3031)"
- d="M 4.53125 1.9375 C 3.0904121 1.9375 1.9375 3.090412 1.9375 4.53125 L 1.9375 11.46875 C 1.9375 12.909587 3.0904121 14.0625 4.53125 14.0625 L 11.46875 14.0625 C 12.909587 14.0625 14.0625 12.909587 14.0625 11.46875 L 14.0625 4.53125 C 14.0625 3.0904121 12.909587 1.9375 11.46875 1.9375 L 4.53125 1.9375 z M 4.03125 3.75 A 8.2752425 8.2752425 0 0 1 12.3125 12 L 10.65625 12 A 6.620194 6.620194 0 0 0 4.03125 5.40625 L 4.03125 3.75 z M 4.03125 6.53125 A 5.4853035 5.4853035 0 0 1 9.53125 12 L 7.90625 12 A 3.8775421 3.8775421 0 0 0 4.03125 8.125 L 4.03125 6.53125 z M 5.15625 9.75 C 5.7830325 9.75 6.28125 10.248218 6.28125 10.875 C 6.28125 11.501782 5.7830325 12 5.15625 12 C 4.5294672 12 4.03125 11.501782 4.03125 10.875 C 4.03125 10.248218 4.5294672 9.75 5.15625 9.75 z "
- transform="scale(2,2)"
- id="path3999" />
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_icon.svg b/orgfoxttrss/src/main/res/drawable/s_icon.svg
deleted file mode 100644
index 82cd4812..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_icon.svg
+++ /dev/null
@@ -1,789 +0,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: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="72"
- height="72"
- id="svg2985"
- version="1.1"
- inkscape:version="0.48.4 r9939"
- inkscape:export-filename="C:\Users\Andrew\workspace\Tiny-Tiny-RSS-for-Honeycomb\res\drawable-xxhdpi\icon.png"
- inkscape:export-xdpi="180.02"
- inkscape:export-ydpi="180.02"
- sodipodi:docname="s_icon.svg">
- <defs
- id="defs2987">
- <filter
- id="filter4035"
- inkscape:label="Glow"
- inkscape:menu="Shadows and Glows"
- inkscape:menu-tooltip="Glow of object's own color at the edges"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- id="feGaussianBlur4037"
- stdDeviation="5"
- result="result91" />
- <feComposite
- id="feComposite4039"
- in2="result91"
- in="SourceGraphic"
- operator="over" />
- </filter>
- <filter
- id="filter4044"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-.25"
- y="-.25">
- <feGaussianBlur
- id="feGaussianBlur4046"
- in="SourceAlpha"
- stdDeviation="2"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix4048"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
- <feOffset
- id="feOffset4050"
- in="bluralpha"
- dx="1"
- dy="1"
- result="offsetBlur" />
- <feMerge
- id="feMerge4052">
- <feMergeNode
- id="feMergeNode4054"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode4056"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient3890"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="RSSg"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3838"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3840"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3842"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3844"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3846"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3848"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3850"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5363"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient3277"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3279"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3281"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3283"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3285"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3287"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3289"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3291"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5668"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3294"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3296"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3298"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3300"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3302"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3304"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3306"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3308"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5670"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3311"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3313"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3315"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3317"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3319"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3321"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3323"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3325"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5652"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3328"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3330"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3332"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3334"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3336"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3338"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3340"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3342"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5654"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3345"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3347"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3349"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3351"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3353"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3355"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3357"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3359"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5656"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3362"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3364"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3366"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3368"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3370"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3372"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3374"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3376"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5658"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3379"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3381"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3383"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3385"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3387"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3389"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3391"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3393"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5664"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3396"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3398"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3400"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3402"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3404"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3406"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3408"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3410"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5666"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3413"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3415"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3417"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3419"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3421"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3423"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3425"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3427"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5660"
- gradientUnits="userSpaceOnUse"
- x1="46.536098"
- y1="39.288776"
- x2="217.63582"
- y2="211.27248" />
- <linearGradient
- id="linearGradient3430"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3432"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3434"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3436"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3438"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3440"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3442"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3444"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#RSSg"
- id="linearGradient5662"
- gradientUnits="userSpaceOnUse"
- x1="42.993729"
- y1="125.5"
- x2="220.00627"
- y2="125.5" />
- <linearGradient
- id="linearGradient3447"
- y2="225.94"
- x2="225.94"
- y1="30.059999"
- x1="30.059999"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3449"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3451"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3453"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3455"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3457"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3459"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3461"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <linearGradient
- y2="211.27248"
- x2="217.63582"
- y1="39.288776"
- x1="46.536098"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3469"
- xlink:href="#RSSg"
- inkscape:collect="always" />
- <linearGradient
- y2="125.5"
- x2="220.00627"
- y1="125.5"
- x1="42.993729"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3471"
- xlink:href="#RSSg"
- inkscape:collect="always" />
- <filter
- color-interpolation-filters="sRGB"
- id="filter5699"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-0.25"
- y="-0.25">
- <feGaussianBlur
- id="feGaussianBlur5701"
- in="SourceAlpha"
- stdDeviation="2"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix5703"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0 " />
- <feOffset
- id="feOffset5705"
- in="bluralpha"
- dx="2"
- dy="2"
- result="offsetBlur" />
- <feMerge
- id="feMerge5707">
- <feMergeNode
- id="feMergeNode5709"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode5711"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <filter
- id="filter3293"
- inkscape:label="Drop shadow"
- width="1.5"
- height="1.5"
- x="-.25"
- y="-.25">
- <feGaussianBlur
- id="feGaussianBlur3295"
- in="SourceAlpha"
- stdDeviation="3"
- result="blur" />
- <feColorMatrix
- id="feColorMatrix3297"
- result="bluralpha"
- type="matrix"
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.75 0 " />
- <feOffset
- id="feOffset3299"
- in="bluralpha"
- dx="1"
- dy="1"
- result="offsetBlur" />
- <feMerge
- id="feMerge3301">
- <feMergeNode
- id="feMergeNode3303"
- in="offsetBlur" />
- <feMergeNode
- id="feMergeNode3305"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#000000"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.5"
- inkscape:cx="83.010172"
- inkscape:cy="24.824208"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- inkscape:snap-page="false"
- inkscape:window-width="1920"
- inkscape:window-height="1137"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata2990">
- <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
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- transform="translate(0,8)">
- <g
- transform="matrix(0.34665172,0,0,0.34665859,-9.5847012,-15.505653)"
- id="g3022"
- style="fill:url(#linearGradient3890);fill-opacity:1;stroke:url(#linearGradient5363);stroke-width:2.01254654000000020;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:1;filter:url(#filter3293)"
- inkscape:export-xdpi="105.9"
- inkscape:export-ydpi="105.9">
- <g
- id="g3776"
- style="fill:url(#linearGradient3469);fill-opacity:1;stroke:url(#linearGradient3471);stroke-width:2.01254654000000020;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
- <circle
- cx="68"
- cy="189"
- r="24"
- id="circle26"
- d="m 92,189 c 0,13.25483 -10.745166,24 -24,24 -13.254834,0 -24,-10.74517 -24,-24 0,-13.25483 10.745166,-24 24,-24 13.254834,0 24,10.74517 24,24 z"
- sodipodi:cx="68"
- sodipodi:cy="189"
- sodipodi:rx="24"
- sodipodi:ry="24"
- style="fill:url(#linearGradient5652);fill-opacity:1;stroke:url(#linearGradient5654);stroke-width:2.01254654000000020;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
- <path
- d="M 160,213 H 126 A 82,82 0 0 0 44,131 V 97 a 116,116 0 0 1 116,116 z"
- id="path28"
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient5656);fill-opacity:1;stroke:url(#linearGradient5658);stroke-width:2.01254654000000020;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
- <g
- style="fill:url(#linearGradient5664);fill-opacity:1;stroke:url(#linearGradient5666);stroke-width:2.01254654000000020;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="g3773">
- <path
- style="fill:url(#linearGradient5660);fill-opacity:1;stroke:url(#linearGradient5662);stroke-width:2.01254654000000020;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0"
- id="path30"
- d="M 184,213 A 140,140 0 0 0 44,73 V 38 a 175,175 0 0 1 175,175 z" />
- </g>
- </g>
- </g>
- <text
- xml:space="preserve"
- style="font-size:504.83898926000006000px;font-style:oblique;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#2b4265;stroke-width:17.2711068;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5699);font-family:Sans;-inkscape-font-specification:Verdana Bold Oblique"
- x="124.97492"
- y="-45.951401"
- id="text3780"
- sodipodi:linespacing="125%"
- inkscape:export-filename="C:\Users\fox\Desktop\ttrss_logo_big.png"
- inkscape:export-xdpi="23.129999"
- inkscape:export-ydpi="23.129999"
- transform="matrix(0.18909237,0,0,0.15956152,-8.46733,61.350497)"><tspan
- sodipodi:role="line"
- id="tspan3782"
- x="124.97492"
- y="-45.951401"
- style="font-style:oblique;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;stroke:#2b4265;stroke-width:17.2711068;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Segoe UI;-inkscape-font-specification:Segoe UI Bold Oblique">t</tspan></text>
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_marked.svg b/orgfoxttrss/src/main/res/drawable/s_marked.svg
deleted file mode 100644
index 326c9691..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_marked.svg
+++ /dev/null
@@ -1,77 +0,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="16.000000px"
- height="16.000000px"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.0 r9654"
- sodipodi:docname="s_marked.svg"
- inkscape:export-filename="ic_marked.png"
- inkscape:export-xdpi="176.53999"
- inkscape:export-ydpi="176.53999"
- version="1.1">
- <defs
- id="defs4" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0000000"
- inkscape:pageshadow="2"
- inkscape:zoom="31.678384"
- inkscape:cx="6.9004349"
- inkscape:cy="7.415554"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- inkscape:window-width="1600"
- inkscape:window-height="1131"
- inkscape:window-x="0"
- inkscape:window-y="25"
- showguides="true"
- inkscape:guide-bbox="true"
- showgrid="false"
- inkscape:window-maximized="0" />
- <metadata
- id="metadata7">
- <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">
- <path
- sodipodi:type="star"
- style="opacity:1.0000000;fill:#a8cdfd;fill-opacity:1.0000000;stroke:#4f9dfd;stroke-width:0.99999938;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
- id="path1306"
- sodipodi:sides="5"
- sodipodi:cx="7.3551731"
- sodipodi:cy="1.6684607"
- sodipodi:r1="6.3745561"
- sodipodi:r2="3.1872780"
- sodipodi:arg1="0.78539816"
- sodipodi:arg2="1.4137167"
- inkscape:flatsided="false"
- inkscape:rounded="0.0000000"
- inkscape:randomized="0.0000000"
- d="M 11.862665,6.1759525 L 7.8537732,4.8164981 L 4.4611852,7.3482318 L 4.5152876,3.1154547 L 1.0590984,0.67126048 L 5.1014272,-0.58528520 L 6.3579728,-4.6276140 L 8.8021671,-1.1714248 L 13.034944,-1.2255272 L 10.503210,2.1670609 L 11.862665,6.1759525 z "
- transform="matrix(-0.707107,-0.707107,0.707107,-0.707107,12.02111,14.98939)" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_marked_bw.svg b/orgfoxttrss/src/main/res/drawable/s_marked_bw.svg
deleted file mode 100644
index df88f4a5..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_marked_bw.svg
+++ /dev/null
@@ -1,93 +0,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="16.000000px"
- height="16.000000px"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_menu_marked.svg"
- inkscape:export-filename="C:\Users\Andrew\workspace\Tiny-Tiny-RSS-for-Honeycomb\res\drawable-hdpi\ic_star_empty.png"
- inkscape:export-xdpi="176.53999"
- inkscape:export-ydpi="176.53999"
- version="1.1">
- <defs
- id="defs4">
- <filter
- id="filter2997"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix2999"
- type="saturate"
- values="0" />
- </filter>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0000000"
- inkscape:pageshadow="2"
- inkscape:zoom="31.678384"
- inkscape:cx="1.9759413"
- inkscape:cy="7.415554"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- inkscape:window-width="1920"
- inkscape:window-height="1137"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- showguides="true"
- inkscape:guide-bbox="true"
- showgrid="false"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata7">
- <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">
- <path
- sodipodi:type="star"
- style="opacity:1;fill:none;fill-opacity:1;stroke:#4f9dfd;stroke-width:0.99999969000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter2997)"
- id="path1306"
- sodipodi:sides="5"
- sodipodi:cx="7.3551731"
- sodipodi:cy="1.6684607"
- sodipodi:r1="6.3745561"
- sodipodi:r2="3.1872780"
- sodipodi:arg1="0.78539816"
- sodipodi:arg2="1.4137167"
- inkscape:flatsided="false"
- inkscape:rounded="0.0000000"
- inkscape:randomized="0.0000000"
- d="M 11.862665,6.1759525 L 7.8537732,4.8164981 L 4.4611852,7.3482318 L 4.5152876,3.1154547 L 1.0590984,0.67126048 L 5.1014272,-0.58528520 L 6.3579728,-4.6276140 L 8.8021671,-1.1714248 L 13.034944,-1.2255272 L 10.503210,2.1670609 L 11.862665,6.1759525 z "
- transform="matrix(-0.707107,-0.707107,0.707107,-0.707107,12.02111,14.98939)" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_marked_bw_full.svg b/orgfoxttrss/src/main/res/drawable/s_marked_bw_full.svg
deleted file mode 100644
index 3ccf34c1..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_marked_bw_full.svg
+++ /dev/null
@@ -1,93 +0,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="16.000000px"
- height="16.000000px"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_marked_bw.svg"
- inkscape:export-filename="C:\Users\Andrew\workspace\Tiny-Tiny-RSS-for-Honeycomb\res\drawable-hdpi\ic_star_full.png"
- inkscape:export-xdpi="176.53999"
- inkscape:export-ydpi="176.53999"
- version="1.1">
- <defs
- id="defs4">
- <filter
- id="filter2997"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix2999"
- type="saturate"
- values="0" />
- </filter>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0000000"
- inkscape:pageshadow="2"
- inkscape:zoom="31.678384"
- inkscape:cx="-2.9485523"
- inkscape:cy="7.415554"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- inkscape:window-width="1920"
- inkscape:window-height="1137"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- showguides="true"
- inkscape:guide-bbox="true"
- showgrid="false"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata7">
- <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">
- <path
- sodipodi:type="star"
- style="opacity:1;fill:#939393;fill-opacity:1;stroke:#4f9dfd;stroke-width:0.99999969000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter2997)"
- id="path1306"
- sodipodi:sides="5"
- sodipodi:cx="7.3551731"
- sodipodi:cy="1.6684607"
- sodipodi:r1="6.3745561"
- sodipodi:r2="3.1872780"
- sodipodi:arg1="0.78539816"
- sodipodi:arg2="1.4137167"
- inkscape:flatsided="false"
- inkscape:rounded="0.0000000"
- inkscape:randomized="0.0000000"
- d="M 11.862665,6.1759525 L 7.8537732,4.8164981 L 4.4611852,7.3482318 L 4.5152876,3.1154547 L 1.0590984,0.67126048 L 5.1014272,-0.58528520 L 6.3579728,-4.6276140 L 8.8021671,-1.1714248 L 13.034944,-1.2255272 L 10.503210,2.1670609 L 11.862665,6.1759525 z "
- transform="matrix(-0.707107,-0.707107,0.707107,-0.707107,12.02111,14.98939)" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_menu_attaches_light.svg b/orgfoxttrss/src/main/res/drawable/s_menu_attaches_light.svg
deleted file mode 100644
index 0396f73f..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_menu_attaches_light.svg
+++ /dev/null
@@ -1,143 +0,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: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="16.000000px"
- height="16.000000px"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_menu_attaches_light.svg"
- inkscape:export-filename="C:\Users\fox\workspace\org.fox.ttrss\res\drawable-hdpi\ic_menu_attaches_light.png"
- inkscape:export-xdpi="270"
- inkscape:export-ydpi="270"
- version="1.1">
- <defs
- id="defs4">
- <filter
- id="filter2997"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix2999"
- type="saturate"
- values="0" />
- </filter>
- <linearGradient
- gradientUnits="userSpaceOnUse"
- y2="29.85923"
- x2="20.604948"
- y1="5.7753429"
- x1="23.505953"
- id="linearGradient5789"
- xlink:href="#linearGradient5783"
- inkscape:collect="always"
- gradientTransform="matrix(0.42042845,0,0,0.42042845,13.623381,13.232492)" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.977282,3.554943e-8,-8.305337e-10,0.651376,-0.794430,15.82896)"
- r="15.571428"
- fy="23.07144"
- fx="21.761711"
- cy="23.07144"
- cx="21.761711"
- id="radialGradient3564"
- xlink:href="#linearGradient3558"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient3558"
- inkscape:collect="always">
- <stop
- id="stop3560"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop3562"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient5783">
- <stop
- id="stop5785"
- offset="0"
- style="stop-color:#d3d7cf;stop-opacity:1;" />
- <stop
- style="stop-color:#f5f5f5;stop-opacity:1;"
- offset="0.5"
- id="stop5791" />
- <stop
- id="stop5787"
- offset="1"
- style="stop-color:#bebebe;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3558"
- id="radialGradient3808"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.977282,3.554943e-8,0,0.651376,-0.79443,15.82896)"
- cx="21.761711"
- cy="23.07144"
- fx="21.761711"
- fy="23.07144"
- r="15.571428" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#454545"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:zoom="22.4"
- inkscape:cx="6.7689862"
- inkscape:cy="8.4534142"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- inkscape:window-width="1600"
- inkscape:window-height="1137"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- showguides="true"
- inkscape:guide-bbox="true"
- showgrid="false"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata7">
- <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">
- <path
- style="opacity:0.8;fill:none;stroke:#ffffff;stroke-width:0.91846919;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="M 7.2696546,3.9045172 C 6.5854893,4.9968981 5.9013237,6.089279 5.2171584,7.1816599 4.5329929,8.274041 3.7726219,9.3283183 3.0884565,10.420698 c -0.1294185,0.40488 0.8824391,1.576607 1.4709363,1.997356 0.6126586,0.412697 2.3969867,0.892836 2.7292147,0.778128 0.926183,-1.425517 1.9285718,-2.81293 2.8547545,-4.238445 C 11.069544,7.5322205 11.995728,6.1067037 12.921911,4.6811871 12.953651,4.2699709 12.176585,3.5406145 11.645037,3.1943024 11.065166,2.8318829 10.229025,2.7110765 9.9779075,2.8318829 9.2383431,4.0091148 8.4987784,5.1863463 7.7592138,6.363578 7.0196493,7.5408098 6.2800847,8.7180415 5.5405199,9.8952727 c -0.052078,0.2008543 0.288791,0.4615083 0.4331863,0.5769393 0.1622057,0.09665 0.6063076,0.321425 0.8197671,0.238681 C 7.2378124,10.054393 7.6821511,9.3978941 8.12649,8.7413931 8.5708291,8.0848927 9.0151679,7.4283922 9.4595067,6.7718918"
- id="path3814"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccccccc" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_menu_marked.svg b/orgfoxttrss/src/main/res/drawable/s_menu_marked.svg
deleted file mode 100644
index 1be0b7f9..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_menu_marked.svg
+++ /dev/null
@@ -1,93 +0,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="16.000000px"
- height="16.000000px"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.48.2 r9819"
- sodipodi:docname="s_menu_marked.svg"
- inkscape:export-filename="C:\Users\fox\workspace\org.fox.ttrss\res\drawable-hdpi\ic_menu_marked.png"
- inkscape:export-xdpi="270"
- inkscape:export-ydpi="270"
- version="1.1">
- <defs
- id="defs4">
- <filter
- id="filter2997"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix2999"
- type="saturate"
- values="0" />
- </filter>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0000000"
- inkscape:pageshadow="2"
- inkscape:zoom="31.678384"
- inkscape:cx="1.9759413"
- inkscape:cy="7.415554"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- inkscape:window-width="1920"
- inkscape:window-height="1138"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- showguides="true"
- inkscape:guide-bbox="true"
- showgrid="false"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata7">
- <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">
- <path
- sodipodi:type="star"
- style="opacity:1;fill:none;fill-opacity:1;stroke:#4f9dfd;stroke-width:0.99999969000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter2997)"
- id="path1306"
- sodipodi:sides="5"
- sodipodi:cx="7.3551731"
- sodipodi:cy="1.6684607"
- sodipodi:r1="6.3745561"
- sodipodi:r2="3.1872780"
- sodipodi:arg1="0.78539816"
- sodipodi:arg2="1.4137167"
- inkscape:flatsided="false"
- inkscape:rounded="0.0000000"
- inkscape:randomized="0.0000000"
- d="M 11.862665,6.1759525 L 7.8537732,4.8164981 L 4.4611852,7.3482318 L 4.5152876,3.1154547 L 1.0590984,0.67126048 L 5.1014272,-0.58528520 L 6.3579728,-4.6276140 L 8.8021671,-1.1714248 L 13.034944,-1.2255272 L 10.503210,2.1670609 L 11.862665,6.1759525 z "
- transform="matrix(-0.707107,-0.707107,0.707107,-0.707107,12.02111,14.98939)" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_menu_published_light.svg b/orgfoxttrss/src/main/res/drawable/s_menu_published_light.svg
deleted file mode 100644
index 752fe0f6..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_menu_published_light.svg
+++ /dev/null
@@ -1,189 +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"
- version="1.1"
- width="16"
- height="16"
- id="RSSicon"
- viewBox="0 0 32 32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_menu_published_light.svg"
- inkscape:export-filename="C:\Users\fox\workspace\org.fox.ttrss\res\drawable-hdpi\ic_menu_published_light.png"
- inkscape:export-xdpi="270"
- inkscape:export-ydpi="270">
- <metadata
- id="metadata34">
- <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>
- <sodipodi:namedview
- pagecolor="#171717"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1600"
- inkscape:window-height="1137"
- id="namedview32"
- showgrid="false"
- inkscape:zoom="23.953242"
- inkscape:cx="0.75615658"
- inkscape:cy="8.340867"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- inkscape:current-layer="RSSicon" />
- <defs
- id="defs3">
- <linearGradient
- x1="30.059999"
- y1="30.059999"
- x2="225.94"
- y2="225.94"
- id="RSSg"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-224)">
- <stop
- offset="0.0"
- stop-color="#E3702D"
- id="stop6" />
- <stop
- offset="0.1071"
- stop-color="#EA7D31"
- id="stop8" />
- <stop
- offset="0.3503"
- stop-color="#F69537"
- id="stop10" />
- <stop
- offset="0.5"
- stop-color="#FB9E3A"
- id="stop12" />
- <stop
- offset="0.7016"
- stop-color="#EA7C31"
- id="stop14" />
- <stop
- offset="0.8866"
- stop-color="#DE642B"
- id="stop16" />
- <stop
- offset="1.0"
- stop-color="#D95B29"
- id="stop18" />
- </linearGradient>
- <filter
- id="filter3031"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033"
- type="saturate"
- values="0" />
- </filter>
- <filter
- id="filter3031-1"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033-7"
- type="saturate"
- values="0" />
- </filter>
- <linearGradient
- id="RSSg-9"
- y2="225.94001"
- x2="225.94001"
- y1="30.06"
- x1="30.06"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop3126"
- stop-color="#E3702D"
- offset="0.0" />
- <stop
- id="stop3128"
- stop-color="#EA7D31"
- offset="0.1071" />
- <stop
- id="stop3130"
- stop-color="#F69537"
- offset="0.3503" />
- <stop
- id="stop3132"
- stop-color="#FB9E3A"
- offset="0.5" />
- <stop
- id="stop3134"
- stop-color="#EA7C31"
- offset="0.7016" />
- <stop
- id="stop3136"
- stop-color="#DE642B"
- offset="0.8866" />
- <stop
- id="stop3138"
- stop-color="#D95B29"
- offset="1.0" />
- </linearGradient>
- <filter
- id="filter3031-4"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033-8"
- type="saturate"
- values="0" />
- </filter>
- </defs>
- <path
- style="opacity:0.8;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="m 9.0929935,3.8989242 c -2.8816759,0 -5.1940693,2.3123934 -5.1940693,5.1940693 l 0,13.8140145 c 0,2.881674 2.3123934,5.194069 5.1940693,5.194069 l 13.8140145,0 c 2.881674,0 5.194069,-2.312395 5.194069,-5.194069 l 0,-13.8140145 c 0,-2.8816759 -2.312395,-5.1940693 -5.194069,-5.1940693 l -13.8140145,0 z"
- id="path3999" />
- <path
- style="opacity:0.8;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="M 8.0431284,7.4905678 A 16.550485,16.550485 0 0 1 24.619945,24.012129 l -3.315363,0 A 13.240388,13.240388 0 0 0 8.0431284,10.805931 l 0,-3.3153632 z"
- id="path3997" />
- <path
- style="opacity:0.8;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="M 8.0431284,13.07143 A 10.970607,10.970607 0 0 1 19.039084,24.012129 l -3.204852,0 A 7.7550842,7.7550842 0 0 0 8.0431284,16.276281 l 0,-3.204851 z"
- id="path3995" />
- <path
- style="opacity:0.8;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="m 10.308627,19.481132 c 1.253565,0 2.265498,1.011934 2.265498,2.265498 0,1.253565 -1.011933,2.265499 -2.265498,2.265499 -1.2535655,0 -2.2654986,-1.011934 -2.2654986,-2.265499 0,-1.253564 1.0119331,-2.265498 2.2654986,-2.265498 z"
- id="rect20" />
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_menu_unpublished_light.svg b/orgfoxttrss/src/main/res/drawable/s_menu_unpublished_light.svg
deleted file mode 100644
index 6981beaf..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_menu_unpublished_light.svg
+++ /dev/null
@@ -1,113 +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"
- version="1.1"
- width="16"
- height="16"
- id="RSSicon"
- viewBox="0 0 32 32"
- inkscape:version="0.48.4 r9939"
- sodipodi:docname="s_menu_unpublished_light.svg"
- inkscape:export-filename="C:\Users\fox\workspace\org.fox.ttrss\res\drawable-hdpi\ic_menu_unpublished_light.png"
- inkscape:export-xdpi="270"
- inkscape:export-ydpi="270">
- <metadata
- id="metadata34">
- <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>
- <sodipodi:namedview
- pagecolor="#171717"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1600"
- inkscape:window-height="1137"
- id="namedview32"
- showgrid="false"
- inkscape:zoom="23.953242"
- inkscape:cx="6.9218983"
- inkscape:cy="7.6051808"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- inkscape:current-layer="RSSicon" />
- <defs
- id="defs3">
- <linearGradient
- x1="30.059999"
- y1="30.059999"
- x2="225.94"
- y2="225.94"
- id="RSSg"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-224)">
- <stop
- offset="0.0"
- stop-color="#E3702D"
- id="stop6" />
- <stop
- offset="0.1071"
- stop-color="#EA7D31"
- id="stop8" />
- <stop
- offset="0.3503"
- stop-color="#F69537"
- id="stop10" />
- <stop
- offset="0.5"
- stop-color="#FB9E3A"
- id="stop12" />
- <stop
- offset="0.7016"
- stop-color="#EA7C31"
- id="stop14" />
- <stop
- offset="0.8866"
- stop-color="#DE642B"
- id="stop16" />
- <stop
- offset="1.0"
- stop-color="#D95B29"
- id="stop18" />
- </linearGradient>
- <filter
- id="filter3031"
- inkscape:label="Desaturate"
- x="0"
- y="0"
- width="1"
- height="1"
- inkscape:menu="Color"
- inkscape:menu-tooltip="Render in shades of gray by reducing saturation to zero"
- color-interpolation-filters="sRGB">
- <feColorMatrix
- id="feColorMatrix3033"
- type="saturate"
- values="0" />
- </filter>
- </defs>
- <path
- style="opacity:0.8;fill:#ffffff;fill-opacity:1;filter:url(#filter3031)"
- d="m 4.09375,1.15625 c -1.6297285,0 -2.9375,1.3077715 -2.9375,2.9375 l 0,7.8125 c 0,1.629728 1.3077715,2.9375 2.9375,2.9375 l 7.8125,0 c 1.629728,0 2.9375,-1.307772 2.9375,-2.9375 l 0,-7.8125 c 0,-1.6297285 -1.307772,-2.9375 -2.9375,-2.9375 l -7.8125,0 z M 3.5,3.1875 a 9.3601078,9.3601078 0 0 1 9.375,9.34375 l -1.875,0 A 7.4880862,7.4880862 0 0 0 3.5,5.0625 l 0,-1.875 z m 0,3.15625 a 6.2044143,6.2044143 0 0 1 6.21875,6.1875 l -1.8125,0 A 4.3858791,4.3858791 0 0 0 3.5,8.15625 l 0,-1.8125 z m 1.28125,3.625 c 0.7089524,0 1.28125,0.572298 1.28125,1.28125 0,0.708952 -0.5722976,1.28125 -1.28125,1.28125 C 4.0722976,12.53125 3.5,11.958952 3.5,11.25 3.5,10.541048 4.0722976,9.96875 4.78125,9.96875 z"
- transform="matrix(1.7681938,0,0,1.7681938,1.8544501,1.8544501)"
- id="rect20"
- inkscape:connector-curvature="0" />
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/s_prev_article.svg b/orgfoxttrss/src/main/res/drawable/s_prev_article.svg
deleted file mode 100644
index 5c83a6b5..00000000
--- a/orgfoxttrss/src/main/res/drawable/s_prev_article.svg
+++ /dev/null
@@ -1,70 +0,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="32px"
- height="32px"
- id="svg2985"
- version="1.1"
- inkscape:version="0.48.0 r9654"
- sodipodi:docname="s_prev_article.svg"
- inkscape:export-filename="C:\Users\fox\workspace\org.fox.ttrss\res\drawable-hdpi\s_prev_article.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs2987" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="15.836083"
- inkscape:cx="13.700373"
- inkscape:cy="14.630233"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:window-width="1600"
- inkscape:window-height="1138"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- inkscape:snap-global="true">
- <inkscape:grid
- type="xygrid"
- id="grid2997" />
- </sodipodi:namedview>
- <metadata
- id="metadata2990">
- <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
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <path
- style="fill:#898989;fill-opacity:1;stroke:none"
- d="m 23.5,1 -10,15 10,15 -5,0 -10,-15 10,-15 z"
- id="path2999"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccc" />
- </g>
-</svg>
diff --git a/orgfoxttrss/src/main/res/drawable/shadow.xml b/orgfoxttrss/src/main/res/drawable/shadow.xml
deleted file mode 100644
index a293378f..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<bitmap
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/shadow_bitmap"
- android:gravity="fill_vertical|right" />
diff --git a/orgfoxttrss/src/main/res/drawable/shadow_feeds.xml b/orgfoxttrss/src/main/res/drawable/shadow_feeds.xml
deleted file mode 100644
index ab71b98d..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow_feeds.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item android:drawable="@color/feeds_light"/>
- <item android:drawable="@drawable/shadow"/>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/shadow_feeds_gray.xml b/orgfoxttrss/src/main/res/drawable/shadow_feeds_gray.xml
deleted file mode 100644
index 35167a92..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow_feeds_gray.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item android:drawable="@color/feeds_dark_gray"/>
- <item android:drawable="@drawable/shadow"/>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/shadow_feeds_sepia.xml b/orgfoxttrss/src/main/res/drawable/shadow_feeds_sepia.xml
deleted file mode 100644
index 30424e15..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow_feeds_sepia.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item android:drawable="@color/feeds_sepia"/>
- <item android:drawable="@drawable/shadow"/>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/shadow_headlines.xml b/orgfoxttrss/src/main/res/drawable/shadow_headlines.xml
deleted file mode 100644
index 899a8687..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow_headlines.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <!-- <item android:drawable="@color/headlines_light"/> -->
- <item android:drawable="@drawable/shadow"/>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/shadow_headlines_gray.xml b/orgfoxttrss/src/main/res/drawable/shadow_headlines_gray.xml
deleted file mode 100644
index 35167a92..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow_headlines_gray.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item android:drawable="@color/feeds_dark_gray"/>
- <item android:drawable="@drawable/shadow"/>
-
-</layer-list> \ No newline at end of file
diff --git a/orgfoxttrss/src/main/res/drawable/shadow_headlines_sepia.xml b/orgfoxttrss/src/main/res/drawable/shadow_headlines_sepia.xml
deleted file mode 100644
index be7d496c..00000000
--- a/orgfoxttrss/src/main/res/drawable/shadow_headlines_sepia.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item android:drawable="@drawable/paper_sepia"/>
- <item android:drawable="@drawable/shadow"/>
-
-</layer-list> \ No newline at end of file