Loading src/com/android/documentsui/DrawerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ public abstract class DrawerController implements DrawerListener { contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color = typedValue.data; typedValue.recycle(); Log.e("TAG", "accent Colour #"+Integer.toHexString(color)); //toolbar change color to accent color return color; Loading Loading
src/com/android/documentsui/DrawerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ public abstract class DrawerController implements DrawerListener { contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent, typedValue, true); int color = typedValue.data; typedValue.recycle(); Log.e("TAG", "accent Colour #"+Integer.toHexString(color)); //toolbar change color to accent color return color; Loading