Loading libs/WindowManager/Shell/res/color/unfold_background.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:color="@android:color/system_neutral1_500" android:lStar="5" /> </selector> No newline at end of file libs/WindowManager/Shell/src/com/android/wm/shell/unfold/UnfoldBackgroundController.java +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class UnfoldBackgroundController { } private float[] getBackgroundColor(Context context) { int colorInt = context.getResources().getColor(R.color.taskbar_background); int colorInt = context.getResources().getColor(R.color.unfold_background); return new float[]{ (float) red(colorInt) / 255.0F, (float) green(colorInt) / 255.0F, Loading Loading
libs/WindowManager/Shell/res/color/unfold_background.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:color="@android:color/system_neutral1_500" android:lStar="5" /> </selector> No newline at end of file
libs/WindowManager/Shell/src/com/android/wm/shell/unfold/UnfoldBackgroundController.java +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ public class UnfoldBackgroundController { } private float[] getBackgroundColor(Context context) { int colorInt = context.getResources().getColor(R.color.taskbar_background); int colorInt = context.getResources().getColor(R.color.unfold_background); return new float[]{ (float) red(colorInt) / 255.0F, (float) green(colorInt) / 255.0F, Loading