Ibraheem Zaman
Ibraheem Zaman
> Note that because we need to be able to generate the drawable without a `Context` from the constant state, the methods that resolved resources (i.e. colors, dimensions) now have...
Note that issue #93 has been fixed in version 23.1.0 of the design support library. However, there are similar bugs in the framework as well (e.g. [in `LayoutDrawable`](http://b.android.com/191754)), so we...
The issue with the compound drawable is related to this change: > - Removes the changing of the bounds upon size change, as that should only be done by the...
The constant state implementation doesn't really add much code. It's basically just a place to store the global state of the drawable (the local state and derived data can be...
Looks like this is conflicting with commit 132fd08a28c89dbcbd560089f9c44bbefed12034 over different exception messages for handling unregistered module, and you're throwing `IllegalStateException` while I'm using `IllegalArgumentException`. You can resolve this however you...
Spin functionality is already available using IconTextView. This pull request adds it in IconDrawable as well. On Tue, Dec 15, 2015 at 7:48 PM, Ayo Adesugba [email protected] wrote: > Hi....
You can copy the IconDrawable implementation from here into your project and use that until this pull request is merged into a new library update. On Wed, Dec 16, 2015...
The version in the mainline project doesn’t; the version in my pull request does. You can copy that implementation over in your project if you like. I also have all...
Note that as I [commented](https://github.com/JoanZapata/android-iconify/pull/148#issuecomment-165026817) in another pull request, all of my pull requests affect each other's scope somewhat, so if you want to merge all of them then it...
It should keep on spinning as long as the view is being drawn by the layout rendering framework. Can you share the exact steps that reproduce your issue?