textview-rich-drawable
textview-rich-drawable copied to clipboard
Android TextView with rich support of compound drawables
There is a `drawableTint` in AppCompatTextView, so it is time to rename the attr.
Migrate to AndroidX and update other project settings to build with the latest tools.
Fixes https://github.com/a-tolstykh/textview-rich-drawable/issues/19
Trying to change the drawable color in TextViewRichDrawble with `app:drawableTint="@android:color/holo_red_dark"` but that has no effect on the output.
#11 add drawable setter and examples
This crash only happens on a physical Note 4, it works fine in emulator for some reason. My min api is 23 so `vectorDrawables.useSupportLibrary` did not fix this. The view:...
**Getting crash in Api 19 kitkat devices. The app crashes when used .png images, with vector images works well. Here is crash logs: > ` Caused by: android.view.InflateException: Binary XML...
It doesnt work on API 16 - samsung s3 mini ``` ```