Loading src/com/android/documentsui/DrawerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ public abstract class DrawerController implements DrawerListener { int color=activity.getResources().getColor(R.color.accent); toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground)); mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_primary_text)); mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_foreground)); return color; } } Loading
src/com/android/documentsui/DrawerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ public abstract class DrawerController implements DrawerListener { int color=activity.getResources().getColor(R.color.accent); toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground)); mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_primary_text)); mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_foreground)); return color; } }