Posts

Showing posts with the label Icon

Android: Animate Navigation icon with DrawerArrowToggle style

<style name="AppTheme" parent="Theme.AppCompat.Light">     <item name="drawerArrowStyle">@style/DrawerArrowStyle</item> </style> <!-- change the spinBars for diff animation  --> <style name="DrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle">     <item name="spinBars">true</item>     <item name="color">@android:color/white</item> </style>