大约有 4,900 项符合查询结果(耗时:0.0101秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 NotificationStyle 拓展:个性化通知栏样式 · App Inventor 2 中文网

...fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }}
https://bbs.tsingfun.com/thread-1862-1-1.html 

BrightnessTools 拓展:设置手机亮度的工具 - App Inventor 2 拓展 - 清泛I...

...Xiaomi phones have a maximum of 4000.Register the listener for ChangedShow screen for controlling which apps are allowed to write/modify system settings. Set the brightness of user's phone. Minimum value is 0. ParamsTypeDescriptionBrightnessNumber (int)Set/Return the brightness depends on the ...
https://bbs.tsingfun.com/thread-1898-1-1.html 

AppInventor 文本框颜色怎么设置? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如题: 文本框只能设置 文字颜色 和 背景颜色: [hide]文本框的颜色没有直接的设置选项,跟着屏幕的交互颜色走的,具体请看文档:https://www.fun123.cn/reference/ ... terface.html#Screen [/hide]
https://www.fun123.cn/referenc... 

App Inventor 2 计时器(Clock)详细用法示例 · App Inventor 2 中文网

...fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }}
https://bbs.tsingfun.com/thread-1976-1-1.html 

AppInventor2 屏幕如何切换成横屏? - App应用开发 - 清泛IT社区,为创新赋能!

设置Screen1的“屏幕方向”属性即可: 预览如下: ai2Stater测试效果如下: ai2Stater模拟器窗口无法横屏,但是Mumu模拟器及手机AI伴侣测试的话,则会自动横屏。
https://www.fun123.cn/referenc... 

App Inventor 2 任意组件代码块 · App Inventor 2 中文网

...fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }}
https://www.fun123.cn/referenc... 

App Inventor 2 本地项目编译工具:本地高速编译,无冷却时间限制 · App I...

...fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }}
https://bbs.tsingfun.com/thread-2059-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

当然可以,它是 app 范围内共享的持久化数据,app 退出后数据也会保留。 更多可参考:https://www.fun123.cn/reference/creative/screen_communication.html#%E5%BE%AE%E6%95%B0%E6%8D%AE%E5%BA%93%E4%BC%A0%E5%80%BC
https://www.fun123.cn/referenc... 

App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...

...fixed; top:40%; left:5px; width:200px; height:500px; display: none;}@media screen and (max-width: 700px) { #free_v { top:200%; }}
https://bbs.tsingfun.com/thread-2231-1-1.html 

解决:文本输入框在键盘弹起输入框看不见时,键盘退格键删除不了内容? - A...

是因为区域隐藏了导致的。 screen1 的属性 “允许滚动”  勾选上,完美解决: 允许滚动后,区域就是自动的,输入框永远在视线内,键盘响应全部正常。