大家都知道DrawerLayout 和toolbar 结合能出来高大上的效果. 使用到一个ActionBarDrawerToggle类. 那么怎么修改DrawerToggle的颜色呢,搜索了很多中文网站都没有找到,果断求助stackoverflow 得到以下答案 Try this one to change color of DrawerArrow <style name="DrawerArrowStyle" parent="Widget.AppCompat.Drawe…
onPostCreate()是Activity完全启动后的调用:在完全启动后的回调设置toolbar 然后在使用 AppCompatActivity 时style要设置为何appCompat相关的样式,不然会报错: You need to use a Theme.AppCompat theme (or descendant) with this activity解决方法 然后在使用注解框架时,如果是继承关系:不能两个地方都调用:则会出错 @Nullable doesn't work if Bu…