Skip to content
Snippets Groups Projects
Commit 6e44c398 authored by Massimo Carli's avatar Massimo Carli Committed by Automerger Merge Worker
Browse files

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

parents 9939ffb2 dab290ec
No related branches found
No related tags found
No related merge requests found
......@@ -1549,9 +1549,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.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment