Skip to content

Commit

Permalink
Rename frag to hero
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Oct 16, 2023
1 parent b0e7cb3 commit 6a2c775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private fun Demo1() {
Box(containerModifier, contentAlignment = Alignment.Center) {
// [START android_compose_layout_constraints_modifiers_1]
Image(
painterResource(R.drawable.frag),
painterResource(R.drawable.hero),
contentDescription = null,
Modifier
.fillMaxSize()
Expand All @@ -59,7 +59,7 @@ private fun Demo2() {
Box(containerModifier, contentAlignment = Alignment.Center) {
// [START android_compose_layout_constraints_modifiers_2]
Image(
painterResource(R.drawable.frag),
painterResource(R.drawable.hero),
contentDescription = null,
Modifier
.fillMaxSize()
Expand All @@ -76,7 +76,7 @@ private fun Demo3() {
Box(containerModifier, contentAlignment = Alignment.Center) {
// [START android_compose_layout_constraints_modifiers_3]
Image(
painterResource(R.drawable.frag),
painterResource(R.drawable.hero),
contentDescription = null,
Modifier
.clip(CircleShape)
Expand Down

0 comments on commit 6a2c775

Please sign in to comment.