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

Commit cba21134 authored by Massimo Carli's avatar Massimo Carli
Browse files

Better help message for letterbox rounded corners

We add the information about the unit for letterbox rounded
corners which is pixels.

Fix: 334093458
Test: adb shell wm

Change-Id: Ibcde27130df2d689a3aac3ada666f85f53fa1c7b
parent 4875bc2f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1532,9 +1532,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.");