Tint the daily rotation icon

Use the same color with the "up arrow" icon of the tool bar.

Light theme: https://screenshot.googleplex.com/BdFffxLc9fs4baC.png
Dart theme: https://screenshot.googleplex.com/4CrUarpr5gwESas.png

Bug: 186843949
Test: manual
Change-Id: I7ee3f060714922888469603d99eb8860b3d58e96
diff --git a/res/menu/individual_picker_menu.xml b/res/menu/individual_picker_menu.xml
index 47b186d..5f4415c 100644
--- a/res/menu/individual_picker_menu.xml
+++ b/res/menu/individual_picker_menu.xml
@@ -19,5 +19,6 @@
         android:id="@+id/daily_rotation"
         android:title="@string/bottom_action_bar_slideshow_wallpaper"
         android:icon="@drawable/ic_slideshow_24dp"
+        android:iconTint="?android:textColorPrimary"
         android:showAsAction="always"/>
 </menu>
\ No newline at end of file