-
**(重要!问题分类)**
* 控件识别、树状结构、poco库报错 -> 此仓库
**描述问题bug**
前提:我的项目打包成安卓端后内置有log信息栏
1.项目接入sdk后,安卓手机设备连接ide,正常运行,未报错
2.在ide的poco辅助框中,从stop转换为unity后,UI树读取正常,手机端游戏内log框开始持续报错,并在一段时间后游戏闪退
报错信息:
M…
-
Hi there!
Currently your canvas has 2 color modes: dark / light
Did you considered adding opportunity to include custome themese like Material, Dracula ?
Regards.
-
IDE: NetBeans/Eclipse/IDEANetbeans 8.2
Desktop OS Windows 10 Pro
Simulator Latest
Device Android 7
Have a Tabs component where each tab's icon is a colored checkbox. (green, yellow, red) (materi…
-
Title gets rid of the top padding on Dialog Content and it gets overridden by:
.MuiDialogTitle-root+.css-141nu3b-MuiDialogContent-root {
padding-top: 0;
}
This is on "@material-ui/core": "…
ghost updated
2 months ago
-
## Bug描述
官方案例 `Sample_BlendMode.ts`, 材质设置透明颜色,blend不起作用
## Bug复现流程
通过以下步骤产生bug:
实现代码:
```typescript
import { GUIHelp } from "@orillusion/debug/GUIHelp";
import { Scene3D, Engine3D, Atmospher…
-
To calculate the attenuation of transmitted light, the thickness parameter of the material is required.
The attenuation of light is calculated using Lambert-Beer's law, which requires not only the c…
-
Can we support HCT in Google Material design 3?
See:
1. [The Science of Color & Design, from Google Material design blog](https://material.io/blog/science-of-color-design)
2. [material-color-u…
-
The Tailwind generates modifiers not only for
`sm:...`, which are expanded into medias
`@media (min-width: 640px) { ... } ...`
but there are also reverse media queries, for example
`max-sm`, w…
-
**URL of codelab**
[Codelab link](https://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming?authuser=2&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2…
Elaws updated
7 months ago
-
We already have `InkWell` widget for tap effect in material style. Is there any equivalent in Cupertino style?
Example here: https://developer.apple.com/design/human-interface-guidelines/ios/images…