Dean Wild
Dean Wild
I've already set my fork up on JitPack in the meantime. https://jitpack.io/#deano2390/android-viewbadger
You can use jitpack, although would be better if you create a release on github so that we don't have to reference a specific commit. see: https://jitpack.io/#explodes/android-sql-logging/f598315104 `allprojects { repositories...
scratch that, build is failing jitpack
Hi, really sorry but I havn't touched this code in years! A contributor supposedly added support for the android:lineSpacingExtra and android:lineSpacingMultiplier attributes in one of the pull requests I merged...
can you post a small code sample, perhaps of where you are setting the OnClickListener?
I'm not sure why the behaviour would be different for GridView compared to HListView, but I think your child views may be stealing the click focus. Try adding android:focusable="false" android:focusableInTouchMode="false"...
Do normal TextViews support this?
Isn't a SQLite DB just stored as a file? If so then you could just look at the size of that file to determine how much disk is being consumed...
Agree, this is an obvious upgrade for this library
Just to be clear, in my scenario the string loading is done by loading an xml file from disk which can be slow, slow enough in my case to cause...