Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dab290ec authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "Better help message for letterbox rounded corners" into 24D1-dev

parents 5cf73201 cba21134
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1542,9 +1542,9 @@ public class WindowManagerShellCommand extends ShellCommand {
        pw.println("        both it and R.dimen.config_fixedOrientationLetterboxAspectRatio will");
        pw.println("        be ignored and framework implementation will determine aspect ratio.");
        pw.println("      --cornerRadius radius");
        pw.println("        Corners radius for activities in the letterbox mode. If radius < 0,");
        pw.println("        both it and R.integer.config_letterboxActivityCornersRadius will be");
        pw.println("        ignored and corners of the activity won't be rounded.");
        pw.println("        Corners radius (in pixels) for activities in the letterbox mode.");
        pw.println("        If radius < 0, both R.integer.config_letterboxActivityCornersRadius");
        pw.println("        and it will be ignored and corners of the activity won't be rounded.");
        pw.println("      --backgroundType [reset|solid_color|app_color_background");
        pw.println("          |app_color_background_floating|wallpaper]");
        pw.println("        Type of background used in the letterbox mode.");