2015-10-05 148 views

回答

0
In your style.xml ,write this code. 

<resources> 

    <!-- Base application theme. --> 
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> 
     <!-- Customize your theme here. --> 
     <item name="drawerArrowStyle">@style/DrawerArrowStyle</item> 

    </style> 
    <style name="DrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle"> 
     <item name="color">here give the colour code you want to</item> 
     <item name="spinBars">true</item> 
    </style> 

</resources> 

希望它可以帮助

+0

Animesh !!超gg .... –

+0

@ vpvel25-谢谢你..快乐编码.. :) –

+0

这改变了汉堡的颜色,但不是箭头..(至少对我而言) –