Neo Fu
Neo Fu
Some problem. When developing a native android project, this plugin working fine. But when developing a flutter project always shows a dialog of no device found.
@Espylapiza 的方法有用,十分感谢,不过要记得给runrun.sh加执行权限 ``` sudo chmod +x /opt/deepinwine/apps/Deepin-WeChat/runrun.sh ```
@EddieXu123 showAlphaBar was removed in version 2.0.*, please use **AlphaSeekbar** to control the alpha channel value, use **alphaSeekBar.setOnAlphaChangeListener** to watch value changed. ```XML ``` If you want to merge AlphaSeekBar's...
```kotlin val hsv = FloatArray(3) Color.colorToHSV(colorInt,hsv) //hsv[0] is Hue \([0..360[\) //hsv[1] is Saturation \([0...1]\) //hsv[2] is Value \([0...1]\) // hsv to color int Color.HSVToColor(hsv) ```
https://stackoverflow.com/a/9226771/4639921 This answer may help you. Use PorterDuffColorFilter instead of ColorMatrixColorFilter
Please pardon me for responding so late. Can you show me the whole XML layout file? The width and height of the widget may be up to the parent element(Like...
@nitinbhanderi35 Can you show the java code and layout here, so that can help me diagnose this issue.
> > @nitinbhanderi35 Can you show the java code and layout here, so that can help me diagnose this issue. > > ===> issue android os 9 > > android:id="@+id/sek_color"...
 在18里,图标只是没在右上角显示而已(Electronic应用也会有这种问题),Wine会有个小面板来显示图标,只是不明显。装了topicons图标也不会在右上角显示,不知道哪位大佬有解决方案的
Follow this guide https://frida.re/docs/building/ 1.clone the repo 2.modify frida-core/src/droidy/droidy-clieent.vala MAX_MESSAGE_LENGTH to higher value 3.build the project this only work for android devices