Andy Huntsman
Andy Huntsman
On my late-2014 Mac Mini running 10.10.2, when I run the `.command` file, I get this: ``` ./macPixelClockPatcher.command: line 4: syntax error near unexpected token `newline' ./macPixelClockPatcher.command: line 4: `'...
@Floris497 yep, got the raw file, ran it, and nothing happened. So, I ran the MD5 checksum and then verified that mine is **not** in the script: ``` MacMini:~ ajhuntsman$...
I ran across the same issue. The FABProgressCircle works fine, except for some Samsung 4.1 devices, where you still see a clipped outline around your FAB when the progress should...
I was able to successfully work around this by switching my drawables from PNG to Vector. First, assuming your using 2.0 or higher of the Android Gradle plugin, modify `build.gradle`:...
Yeah, I had all 5 resolutions of each icon in place, and I even re-created new ones from scratch to verify. But now that I switched to vectors, it's a...