Re: [android-developers] Re: VectorDrawable/BitmapDrawable in custom view.

2015-02-26 Thread Madis Pink
This happens because drawable-nodpi is a more specific configuration compared to drawable-v21. (See http://developer.android.com/guide/topics/resources/providing-resources.html#BestMatch and qualifier order of precedence in

[android-developers] Overriding versionCode/versionName with the new Gradle build system

2013-04-01 Thread Madis Pink
Hi, I was looking around (actually poking in the gradle plugin source) and there doesn't appear a way to override the versionCode/versionName via environment variable or command line project property. Sadly, we override these variables for every nightly build in our CI process. It used to

[android-developers] Re: Repeating background does not repeat

2011-02-03 Thread Madis Pink
I encountered the same bug, created an issue in b.android.com: http://code.google.com/p/android/issues/detail?id=14467 On Dec 10 2010, 9:13 pm, Bret Foreman bret.fore...@gmail.com wrote: This looks like it would be easy to package up a test case and post in the Android bug list. -- You