Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
compose-ide-plugin
/
resources
/
intentionDescriptions
/
ComposeSurroundWithWidgetActionGroup
/
after.kt.template
blob: 05d35f17464611ede38bc8ac0ac27e4745062891 [
file
] [
log
] [
blame
]
@Composable
fun
NewsStory
()
{
Container
{
Text
(
"A day in Shark Fin Cove"
)
Text
(
"Davenport, California"
)
Text
(
"December 2018"
)
}
}