jolo
02/14/2020, 9:07 AMdev-03
used withOpacity
but that was marked as a hack. Is the Opacity
composable the only way to do it in dev-04
?amar_1995
02/14/2020, 10:26 AMProvideEmphasis
ProvideEmphasis(emphasisLevels.medium) {
Text(
text = "someText"
)
}
Andrey Kulikov
02/14/2020, 11:22 AMwithOpacity
jolo
02/14/2020, 12:56 PMLeland Richardson [G]
02/14/2020, 5:39 PMjolo
02/16/2020, 7:42 AM