Stanimir
Stanimir
@MrManny the same issue with electron-builder package (without vue). maybe the problem is with version of "electron-builder": "^22.10.5" your? ``` Uncaught Error: Cannot find module '@electron/remote' Require stack: - /Applications/TagSpaces.app/Contents/Resources/app.asar/app.html...
Xml not work for me too. I have success only with programmatically set icon. I have use only material icons.This is my maven project dependency ``` xml com.joanzapata.iconify android-iconify aar...
I think that its "_" https://github.com/JoanZapata/android-iconify/blob/master/android-iconify-material/src/main/java/com/joanzapata/iconify/fonts/MaterialIcons.java#L75 I have copy in xml the same property like programmatically set: ``` java new DrawerItem(getString(R.string.drawer_entry_home), MaterialIcons.md_home.. ``` Or you replace "_" with "-" in...
XML works for me with 2.1.0 version thanks @JoanZapata maybe Readme can be updated with this. The - version is what keys look like in every icon font when you...
Yes I see that in README example have "-" instead of "_" but I think that programmers will believe what they see in the source code ;)
Just add ``` java new Tooltip.Builder(101).withStyleId(R.style.ToolTipLayoutCustomStyle) ``` and in your style.xml you can set bold|italic or change textColor too ``` xml 20dip #ffe5a000 #ffe5c700 1dip 10dip @style/ToolTipOverlayCustomStyle @style/ToolTipTextStyle bold|italic @color/black_color...
Its ok. Can you provide PR for this ?
Why not INI fail to have download Url only and download libraries jar fails ?
Its better to skip version in code "name.jar" download and rename fail without version. But use real Url for download not you repository
If this https://github.com/pxb1988/dex2jar is offline this download link will be offline too :) https://github.com/TheZ3ro/apk2java-linux/releases/download/tool/tool.zip dex2jar can be downloaded from two different repository sourceforge and bitbucket. Other solution is download URL...