如何更改运行时android中的颜色汉堡包图标

时间:2016-03-31 16:17:51

标签: android android-navigation-drawer

我回顾了很多答案,他们都归结为使用方法:getSupportActionBar()。setHomeAsUpIndicator(drawerArrow); 我需要改变实时标准材料汉堡包图标的颜色。当我使用这段代码时:

[huqiu@101 tmp]$ php -d vld.active=1 -d vld.execute=0 -f incr-ref-add.php
Finding entry points
Branch analysis from position: 0
Jump found. Position 1 = -2
filename:       /home/huqiu/tmp/incr-ref-add.php
function name:  (null)
number of ops:  7
compiled vars:  !0 = $i, !1 = $j
line     #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   2     0  E >   ASSIGN                                                   !0, 2
   3     1        ASSIGN_REF                                               !1, !0
   4     2        PRE_INC                                          $2      !0
         3        PRE_INC                                          $3      !0
         4        ADD                                              ~4      $2, $3
         5        ECHO                                                     ~4
   5     6      > RETURN                                                   1

branch: #  0; line:     2-    5; sop:     0; eop:     6; out1:  -2
path #1: 0,

动画停止。我该如何解决?谢谢你提前!

0 个答案:

没有答案