大约有 60 项符合查询结果(耗时:0.0029秒) [XML]

https://bbs.tsingfun.com/thread-1553-1-1.html 

App Inventor 2 可以给按钮换背景图片吗? - App Inventor 2 中文网 - 清泛...

转:可以给按钮换背景图吗? 答复: [hide] 可以,直接设置按钮背景图片即可。 设置按钮图像的路径,如果同时设置了图像和背景颜色,则仅图像可见。 https://www.fun123.cn/reference/components/userinterface.html#Button [/hide]
https://bbs.tsingfun.com/thread-1749-1-1.html 

图片轮播拓展 - ColinTreeSlideShow - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...图片之后调整这个布局,图片不会跟随改变大小)如图(背景颜色可以先设置好): 在添加列表项之前先初始化一下,调用传入一个参数:调用ColinTreeSlideShow1 ▾.RegisterScrollViewhorizontalScrollArrangement给轮播添加图片:调用ColinTreeS...
https://bbs.tsingfun.com/thread-1960-1-1.html 

AppInventor2能否用网络摄像头的实时画面作为屏幕的背景? - App应用开发 -...

...接更优雅的实现方式:直接将视频流url定时设置到 屏幕.背景图片 属性中,即可定时刷新背景,做到类似实时视频效果。
https://bbs.tsingfun.com/thread-2321-1-1.html 

能把一个图片放到另一个图片上层吗? - App应用开发 - 清泛IT社区,为创新赋能!

当然可以。 1、 图像放布局中,布局设背景图片。 2、 图像精灵放画布,画布设背景3、 屏幕设背景图片,图像组件放上面。
https://bbs.tsingfun.com/thread-2112-1-1.html 

【拍照图片处理】Attempt to invoke virtual method 'boolean android.grap...

在做图片识别App的时候,选择相册图片没有问题,拍照后图片就报错: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.compress(android.graphics.Bitmap$CompressFormat, int, java.io.OutputStream)' on a null object reference 图片大致的处理流程是...
https://bbs.tsingfun.com/thread-1866-1-1.html 

打包后logo png图片显示带背景色,怎么实现镂空色 - App应用开发 - 清泛IT...

...上截图看一下,谢谢 PNG 镂空 图标 经过测试,使用透明背景的 .png 图片作为App的图标,可以实现镂空效果: 比如:app.png 使用看图软件打开的效果,表明背景是透明色的: 安装App到手机的效果:
https://bbs.tsingfun.com/thread-1836-1-1.html 

系统界面增强扩展 - KevinkunEnhance - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...开(顺时针分别设置左上、右上、右下、左下)。 设置背景图片及圆角背景图片imagePath、边框宽度borderWidth、边框颜色borderColor、圆角半径roundRadius。imagePath:以//开始表明是素材,以/sdcard/开始表明是在外部存储卡。"圆角半...
https://bbs.tsingfun.com/thread-1943-1-1.html 

KIO4_AnimatedGif:Gif 动画扩展,可点击,可设置透明背景 - App Inventor ...

...文介绍的这款拓展~ Gif 动画扩展,可点击,可设置透明背景,效果如下: 参考代码块: 来源:https://community.appinventor.mi ... ent-background/1549
https://bbs.tsingfun.com/thread-1485-1-1.html 

为什么图像选择器选中的图片无法显示? - App Inventor 2 中文网 - 清泛IT...

...图像”属性不是选中图片的路径,而是图像选择器组件的背景图片路径,往往不会进行设置,返回的是空字符串。 查看文档可知,要使用“选中项”属性: 代码按如下修改即可: [hide][/hide] 大佬,我也不会,想学习借鉴...
https://bbs.tsingfun.com/thread-1316-1-1.html 

App Inventor 2怎么显示文件中的图片? - App Inventor 2 中文网 - 清泛IT...

怎么显示文件中的图片?已微信回复。 1、用图像组件,如果文件是程序包里面的,设置图像的图片属性,会有下拉可以选择这个图片。 2、其他图片一般用的全路径。可以使用多媒体下的文件选择器或图像选择器来选择文件,...