You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/commands/widget.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1062,7 +1062,7 @@ export class WidgetAndroidCommand extends WidgetCommand {
1062
1062
result=awaitprompts.prompt({
1063
1063
type: "text",
1064
1064
name: "initialLayout",
1065
-
message: `What initial layout would you like for this widget? (Default is 'ns_remote_views_root_layout' which is an empty linear layout. You can customize this with your own custom layout)`,
1065
+
message: `What initial layout would you like for this widget? (Default is 'ns_remote_views_linear_layout' which is an empty linear layout. You can customize this with your own custom layout)`,
1066
1066
});
1067
1067
1068
1068
result=awaitprompts.prompt({
@@ -1073,7 +1073,7 @@ export class WidgetAndroidCommand extends WidgetCommand {
0 commit comments