vinaygaba / Learn-Jetpack-Compose-By-Example

🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
https://jetpackcompose.app/
Apache License 2.0
3.24k stars 363 forks source link

Add example about beautiful ui #36

Closed chachako closed 4 years ago

chachako commented 4 years ago

I don’t seem to find the following API, if you can add an example it is very cool dude!

  1. How to create a shadow with color
  2. Blur the widgets or background, just like android Blurkit, flutter BackdropFilter
chachako commented 4 years ago

@vinaygaba Is there a way to modify the color of the shadow?

vinaygaba commented 4 years ago

Unfortunately, that is not allowed as of now. There was a discussion around this and you can follow the thread for more details - https://kotlinlang.slack.com/archives/CJLTWPH7S/p1587573848389700

chachako commented 4 years ago

Unfortunately, that is not allowed as of now. There was a discussion around this and you can follow the thread for more details - https://kotlinlang.slack.com/archives/CJLTWPH7S/p1587573848389700

can blur view?