Jianing Zhang
Jianing Zhang
遇到了同样问题,有最新的网址版本吗?
改成https://dl.lancdn.com/landian/soft/chrome/m/100.0.4896.60_amd64.deb就可以了
同时在Dockerfile37文件里修改参数 ARG CDV=100.0.4896.60 同时加入如下参数 libcurl3-gnutls \ libcurl3-nss \ libcurl4 \ libgbm1 \ 在apt-get中
Hi @Dimezis, sorry to comment on the closed issue, but I found this is relavent to my question, I am curious about what if the root view is composable? Basically...
@Dimezis Thanks for your quick response! In the example here https://github.com/Dimezis/BlurView#how-to-use, BlurView will have any child view which will not be blured. In my case, the child view will be...
If I use code below ``` @Composable fun AndroidViewBasedCompose(){ val context = LocalContext.current val decorView = context.activity.window.decorView val rootView = decorView.findViewById(android.R.id.content) val windowBackground = decorView.background AndroidView( modifier = Modifier .fillMaxWidth()...
> On second thought, in this case, the BlurView would also include the bottom bar into its blurred content, so that might not be doable in the end. Yeah, just...
> As I said, the bottom bar composable has to have a transparent background. I don't know if it's adjustable though I set HomeBottomBar's background color as transparent and blur...