Skip to content

Instantly share code, notes, and snippets.

@Neferetheka
Created October 20, 2014 06:27
Show Gist options
  • Save Neferetheka/8df2ef1eeee2de8eb57b to your computer and use it in GitHub Desktop.
Save Neferetheka/8df2ef1eeee2de8eb57b to your computer and use it in GitHub Desktop.
Actionbar drawer toggle with arrow transformation
<style name="AppTheme" parent="android:Theme.Material">
<item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
</style>
<style name="DrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle">
<item name="spinBars">true</item>
<item name="color">@android:color/white</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment