Loading res/drawable/ic_hamburger.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/ic_hamburger_alpha" android:tint="?android:attr/colorControlNormal" /> android:tint="@color/color_default_blue1" /> src/com/android/documentsui/DrawerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ public abstract class DrawerController implements DrawerListener { toolbar.setBackgroundColor(color); toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground)); toggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_foreground)); return color; } } Loading
res/drawable/ic_hamburger.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/ic_hamburger_alpha" android:tint="?android:attr/colorControlNormal" /> android:tint="@color/color_default_blue1" />
src/com/android/documentsui/DrawerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ public abstract class DrawerController implements DrawerListener { toolbar.setBackgroundColor(color); toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground)); toggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_foreground)); return color; } }