summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorXavier Gouchet <xavier.gouchet@gmail.com>2019-10-08 19:46:35 +0200
committerXavier Gouchet <xavier.gouchet@gmail.com>2019-10-14 09:14:00 +0200
commit91463ba8778262d3aa26aee820e8f4b73c71047e (patch)
treea60b3cefde3c71de37e663deadd1cc659e409713 /core
parentf9b413332f82873aab43066e19170dddcefa8322 (diff)
downloadAntennaPod-91463ba8778262d3aa26aee820e8f4b73c71047e.zip
Remove icon from "Reset statistics" option menu item
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/drawable-anydpi/ic_reset_stats.xml11
-rw-r--r--core/src/main/res/drawable-hdpi/ic_reset_stats.pngbin279 -> 0 bytes
-rw-r--r--core/src/main/res/drawable-mdpi/ic_reset_stats.pngbin192 -> 0 bytes
-rw-r--r--core/src/main/res/drawable-xhdpi/ic_reset_stats.pngbin294 -> 0 bytes
-rw-r--r--core/src/main/res/drawable-xxhdpi/ic_reset_stats.pngbin419 -> 0 bytes
-rw-r--r--core/src/main/res/values/strings.xml2
6 files changed, 1 insertions, 12 deletions
diff --git a/core/src/main/res/drawable-anydpi/ic_reset_stats.xml b/core/src/main/res/drawable-anydpi/ic_reset_stats.xml
deleted file mode 100644
index afc333088..000000000
--- a/core/src/main/res/drawable-anydpi/ic_reset_stats.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24"
- android:tint="#000000"
- android:alpha="0.8">
- <path
- android:fillColor="#FF000000"
- android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2L18,7L6,7v12zM8.46,11.88l1.41,-1.41L12,12.59l2.12,-2.12 1.41,1.41L13.41,14l2.12,2.12 -1.41,1.41L12,15.41l-2.12,2.12 -1.41,-1.41L10.59,14l-2.13,-2.12zM15.5,4l-1,-1h-5l-1,1L5,4v2h14L19,4z"/>
-</vector>
diff --git a/core/src/main/res/drawable-hdpi/ic_reset_stats.png b/core/src/main/res/drawable-hdpi/ic_reset_stats.png
deleted file mode 100644
index 11fc340de..000000000
--- a/core/src/main/res/drawable-hdpi/ic_reset_stats.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/drawable-mdpi/ic_reset_stats.png b/core/src/main/res/drawable-mdpi/ic_reset_stats.png
deleted file mode 100644
index 1e0c48d84..000000000
--- a/core/src/main/res/drawable-mdpi/ic_reset_stats.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/drawable-xhdpi/ic_reset_stats.png b/core/src/main/res/drawable-xhdpi/ic_reset_stats.png
deleted file mode 100644
index 9c72f9256..000000000
--- a/core/src/main/res/drawable-xhdpi/ic_reset_stats.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/drawable-xxhdpi/ic_reset_stats.png b/core/src/main/res/drawable-xxhdpi/ic_reset_stats.png
deleted file mode 100644
index 7469e76e9..000000000
--- a/core/src/main/res/drawable-xxhdpi/ic_reset_stats.png
+++ /dev/null
Binary files differ
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 4442c2e13..b7478580e 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -37,7 +37,7 @@
<string name="statistics_mode_normal">Calculate duration that was actually played. Playing twice is counted twice, while marking as played is not counted</string>
<string name="statistics_mode_count_all">Sum up all podcasts marked as played</string>
<string name="statistics_speed_not_counted">Notice: Playback speed is never taken into account.</string>
- <string name="statistics_reset_data">Reset statistics data.</string>
+ <string name="statistics_reset_data">Reset statistics data</string>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>