| event.log.refresh.title=Wear Preview refresh |
| event.log.refresh.total.elapsed.time=refreshing Wear previews total elapsed time was {0} |
| |
| wear.tile.preview.title=Wear tile services |
| |
| animation.inspector.picker.color=Color |
| |
| inspection.group.name=Wear Tile preview |
| inspection.unit.test.files=Preview is not supported in unit test files |
| inspection.preview.annotation.not.from.tile.package=In order to preview a Tile, the Preview annotation must be from androidx.wear.tiles.tooling.preview |
| inspection.preview.annotation.not.from.tile.package.multipreview=In order to preview a Tile, any Preview annotations referenced from this annotation must be from androidx.wear.tiles.tooling.preview |
| inspection.preview.annotation.composable.not.supported=The @Composable annotation is not supported on Tile previews |
| inspection.context.comes.from.parameter=The Context must come from the Preview method parameters |
| inspection.invalid.signature=The Preview method should return an androidx.wear.tiles.tooling.preview.TilePreviewData and have a single optional android.content.Context parameter |
| inspection.invalid.return.type=The Preview method should return androidx.wear.tiles.tooling.preview.TilePreviewData |
| inspection.invalid.parameters=The Preview method should only have a single optional android.content.Context parameter |
| inspection.top.level.function=The Preview must be a top level declaration or in a top level class with a default constructor |
| inspection.device.spec=The Preview's device parameter must be valid |
| animation.inspector.error.panel.message=Animation Preview is paused due to errors in the project |