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

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

appinventor2 生成的APP没有标题栏? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...版本才会出现,不过官方目前还没修复。 https://community.appinventor.mi ... reated-app/100233/6 目前可以通过选择“经典模式”主题,临时规避该问题。后续官方修复我们第一时间更新。 Screen1的属性面板: v2.74已经修复该问题...
https://bbs.tsingfun.com/thread-1762-1-1.html 

app inventor中如果需要退出应用,需要调用哪句代码? - App Inventor 2 ...

调用控制代码块中的“退出程序”代码块: 退出程序关闭应用程序。 注:只有在编译apk真机运行时,才能退出App,AI伴侣测试的时候无法退出AI伴侣程序。
https://bbs.tsingfun.com/thread-2529-1-1.html 

MIT已发布v2.76版本:支持iOS编译,苹果版App终于来了,中文网待合并升级 -...

中文网待升级的重要更新: 1、iOS苹果版App编译支持 beta版 2、Android SDK由 34 升级到 35,支持安卓15 3、日志的控制台展示 4、全新的颜色选择器 5、AAR包支持 -------------------------MIT----------------------- v2.76新功能: 实现...
https://stackoverflow.com/ques... 

How do I make a LinearLayout scrollable?

... <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" and...
https://stackoverflow.com/ques... 

How to define a circle shape in an Android XML drawable file?

...oding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="#666666"/> <size android:width="120dp" android:height="120dp"/> </shape> ...
https://stackoverflow.com/ques... 

How to implement a custom AlertDialog View

... You are correct, it's because you didn't manually inflate it. It appears that you're trying to "extract" the "body" id from your Activity's layout, and that won't work. You probably want something like this: LayoutInflater inflater = getLayoutInflater(); FrameLayout f1 = (FrameLayout)ale...
https://stackoverflow.com/ques... 

Open-sided Android stroke?

...ing="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <!-- This is the line --> <item android:top="-1dp" android:right="-1dp" android:left="-1dp"> <shape> <solid android:color="@android:color/transparent" /> ...
https://bbs.tsingfun.com/thread-1168-1-1.html 

App Inventor 2 语音识别及文本朗读组件的使用 - App Inventor 2 中文网 - ...

1、语音识别:语音识别器 一般Android手机提供的是Google语音识别引擎,但是经过测试,中文支持不好,经常识别失败,因此这里改用讯飞语音+识别引擎来进行,体验较好,识别率很高。 不过目前版本还稳定维持在1.1.1045,后续...
https://bbs.tsingfun.com/thread-1240-1-1.html 

App Inventor 2 为什么组件的事件无效,没有执行? - App Inventor 2 中文...

如题,如果确认事件中代码逻辑没有问题的话,有可能时因为事件重复了导致的,重复的情况下,事件都不会执行,如: 使用AI伴侣测试的时候,不会报错,但是事件中的代码会忽略掉。 当然代码重复的话,前面会有错...
https://bbs.tsingfun.com/thread-1481-1-1.html 

nFC Connect低功耗蓝牙APP工具的使用 - 创客硬件开发 - 清泛IT社区,为创新赋能!

nRF Connect是一款由NORDIC开发的专门用于低功耗蓝牙测试APP,仅支持安卓平台。这款APP可以扫描和探索低功耗蓝牙设备,并与它们进行通信。它支持许多蓝牙 SIG 采用的配置文件,以及Nordic Semiconductor或Google的Eddystone的设备固件更新...