Remove icon from "Reset statistics" option menu item

This commit is contained in:
Xavier Gouchet 2019-10-08 19:46:35 +02:00
parent f9b413332f
commit 91463ba877
7 changed files with 2 additions and 14 deletions

View File

@ -4,9 +4,8 @@
<item
android:id="@+id/statistics_reset"
android:icon="@drawable/ic_reset_stats"
android:title="@string/statistics_reset_data"
custom:showAsAction="ifRoom"
custom:showAsAction="never"
/>
<item

View File

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

View File

@ -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>