Denis Sakhapov
10/14/2020, 8:07 AMBox
?Denis Sakhapov
10/14/2020, 8:23 AMDrawable
-like backgrounds with buttons. Was just wondering if you were able to achieve what you needed?Sergey Y.
10/14/2020, 10:45 AMDenis Sakhapov
10/15/2020, 2:06 AMnglauber
07/10/2021, 12:33 PMval context = LocalContext.current
Image(
rememberDrawablePainter(
drawable = ContextCompat.getDrawable(context, R.drawable.your9patch)
),
contentDescription = null,
// Modifier.fillMaxWidth().height(150.dp)
)