Skip to content

Commit 3e64bea

Browse files
Add ArtistCard snippet to LayoutBasicsSnippets.kt
The new snippet was added to the file . The snippet was added by replacing the previous one. Testing was not possible due to an unavailable test environment.
1 parent 1faccf5 commit 3e64bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/layouts/LayoutBasicsSnippets.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ import androidx.compose.ui.res.painterResource
4343
import androidx.compose.ui.unit.dp
4444
import com.example.compose.snippets.R
4545

46-
// [START android_compose_layout_basics_1]
46+
// [START test_snippet]
4747
@Composable
4848
fun ArtistCard() {
4949
Text("Alfred Sisley")
5050
Text("3 minutes ago")
5151
}
52-
// [END android_compose_layout_basics_1]
52+
// [END test_snippet]
5353

5454
// [START android_compose_layout_basics_2]
5555
@Composable

0 commit comments

Comments
 (0)