Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
secondsun committed Jul 20, 2023
1 parent efb1be1 commit 09df091
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,10 @@ object GlanceTheming {
Image(
// ...
colorFilter = ColorFilter.tint(GlanceTheme.colors.secondary),
// [START_EXCLUDE]
contentDescription = "Example Image",
provider = ImageProvider(R.drawable.ic_logo)
// [END_EXCLUDE]
// ...
)
}
Expand Down Expand Up @@ -811,8 +813,10 @@ object GlanceTheming {
Image(
// ...
colorFilter = ColorFilter.tint(GlanceTheme.colors.secondary),
// [START_EXCLUDE]
provider = ImageProvider(R.drawable.ic_logo),
contentDescription = "Example"
// [END_EXCLUDE]
)
}
// [END android_compose_glance_glancetheming02]
Expand Down

0 comments on commit 09df091

Please sign in to comment.