Matej Trakal
Matej Trakal
Ok, no worries when it will took next two yeas, we stopped using smart lock after a month, due to this bug 🐛 😀
Hello, sorry for that. I test it on empty project later and it works. I tried to change your lib to https://github.com/recruit-mp/android-HeaderFooterGridView and it make same issue. So it's some...
There is a problem when this both HeaderFooter GridView are nested into SwipeRefreshLayout. It looks on some problem with SwipeRefreshLayout and nested Layouts...
``` @style/ToolTipTextStyleCustom @style/TutorialToolTipTextAppearance @color/white ```
have same issue, but with normal dependencies, not with some constraints.  For example Glide: ``` implementation 'com.github.bumptech.glide:glide:4.13.2' implementation 'com.github.bumptech.glide:okhttp3-integration:4.13.2' kapt "com.github.bumptech.glide:compiler:4.13.2" implementation "com.github.technoir42:glide-debug-indicator:0.9.1" ``` is migrated to: ``` implementation...
I can recomend: https://plugins.jetbrains.com/plugin/7380-adb-idea it works like a charm for this purposes and many others
edit: it's because I moved mipmaps to separate module from app module
steps to reproduce: /app - `implementation project(":common")` - app module with kotlin code only - no resources /common - `implementation(project(":common-assets"))` just merge more common modules /common-assets - only reources, included...
> "no resources" I mean standard Android app project/module (com.android.application) with no own manually added resources. All Android Framework resources added + merged all resources from `common-assets` while compiling. But...
Hi, it looks, that I provided wrong font name, when I now checking names for ttf-dejavu (I used: `font: "DejaVu"` but it looks should be `font: "DejaVu Sans"`) so it...