We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60730e commit c69734dCopy full SHA for c69734d
wear/src/main/java/com/example/wear/snippets/tile/Versioning.kt
@@ -65,7 +65,7 @@ class LayoutM3 {
65
deviceConfiguration: DeviceParametersBuilders.DeviceParameters,
66
) =
67
materialScope(context, deviceConfiguration) {
68
- primaryLayout(mainSlot = { text("Hello, World!".layoutString) }) // HELPME
+ primaryLayout(mainSlot = { text("Hello, World!".layoutString) })
69
}
70
// [END android_wear_tile_version_layoutm3]
71
0 commit comments