walterFeng
walterFeng
```java /** * Returns the original text size of the View. * @see TextView#getTextSize() */ public float getTextSize() { return mTextSize; } ``` it is not original text size, just...
getTextSize() return max value of textSize, how to get current text size?
In HUAWEI ELE-AL00,android 9,api28。 onKeyboardHeightChanged always not be called,when use adjustNothing
1.支持沉浸式状态栏下,动态设置状态栏颜色的透明度。 2.支持状态栏设置为白色时自动切换到lightmode。 3.兼容了lightmode从android M到KITKAT。 4.dome中增加LightModeActivity的演示,见img/change_status_bar_for_imageview.gif。
I dont see the usage. Any suggestions? thank you
- 系统环境 Python 3.10.9 脚本版本:v1.12.0 ubuntu22.0.4 - 问题描述: 使用了flux.1-dev训练lora运行正常,但当我把模型文件更换成models/unet/flux1-fill-dev.safetensors时,报错信息如下: ```shell Traceback (most recent call last): File "/data/lora-scripts/./scripts/dev/flux_train_network.py", line 559, in trainer.train(args) File "/data/lora-scripts/scripts/dev/train_network.py", line 571, in train model_version, text_encoder, vae,...
why a 'aspect_ratio' input is required in kontext node? In the document, I didn't see the input item of the aspect ratio. But I noticed that the official comfyUI node...