You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
493 B

<html lang="en">
<body>
<p>
A simple intention to wrap your <a href="https://developer.android.com/jetpack/compose/">Composables</a> with another
Composable. Just keep your caret in the Editor on the composable, and press on the yellow bulb on the left, or press
Alt+Enter to show hints/intentions. You can choose to -
1. Wrap with Box
2. Wrap with Card
3. Wrap with Column
4. Wrap with Row
5. Wrap with LazyColumn
6. Wrap with LazyRow
</p>
</body>
</html>