summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/menu/subscriptions.xml5
-rw-r--r--app/src/main/res/xml/preferences.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/app/src/main/res/menu/subscriptions.xml b/app/src/main/res/menu/subscriptions.xml
index 9276db562..fa63bf583 100644
--- a/app/src/main/res/menu/subscriptions.xml
+++ b/app/src/main/res/menu/subscriptions.xml
@@ -7,6 +7,11 @@
custom:showAsAction="always"
android:title="@string/search_label"/>
<item
+ android:id="@+id/action_statistics"
+ android:icon="@drawable/chart_box_outline"
+ android:title="@string/statistics_label"
+ custom:showAsAction="always" />
+ <item
android:id="@+id/refresh_item"
android:title="@string/refresh_label"
android:menuCategory="container"
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 7c5012899..91ba649d2 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -45,9 +45,9 @@
android:icon="@drawable/ic_notifications"/>
<Preference
+ android:icon="@drawable/chart_box_outline"
android:key="statistics"
- android:title="@string/statistics_label"
- android:icon="@drawable/ic_statistics" />
+ android:title="@string/statistics_label" />
<PreferenceCategory
android:key="project"