[android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-19 Thread Dusk Jockeys Android Apps
Could you not play with the xml settings of the ImageView itself? I think there are some attributes there that control how the image is displayed, whether or not it is scaled, centred etc. On Feb 18, 4:56 am, YuviDroid wrote: > Hi, > > sorry to resurrect this post...but I got into a similar probl

[android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-29 Thread Efi Merdler-Kravitz
I think that medium density is being used by default. The only way I found to "bypass" it is by using explicit width and height in the xml layout, e.g. other, better ideas are welcomed. On Feb 23, 7:28 pm, YuviDroid wrote: > I think I found the problem...and it looks like it's an Android bug. >

[android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-03-01 Thread Efi Merdler-Kravitz
YuviDroid, confirmed your bug, happens on the BitmapDrawable constructor, the DENSITY_DEFAULT is being used which is medium density. On Feb 29, 11:48 am, Efi Merdler-Kravitz wrote: > I think that medium density is being used by default. The only way I > found to "bypass" it is by using explicit w

[android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-03-01 Thread Efi Merdler-Kravitz
I can see there is already an open bug - http://code.google.com/p/android/issues/detail?id=22590 you are more than welcomed to star it. On Thursday, March 1, 2012 12:27:56 PM UTC+2, Efi Merdler-Kravitz wrote: > > YuviDroid, confirmed your bug, happens on the BitmapDrawable > constructor, the D

Re: [android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-20 Thread YuviDroid
Yep I played with the xml attributes (such as scaleType)...but none would change the density being used. Or did I miss that? On Mon, Feb 20, 2012 at 7:36 AM, Dusk Jockeys Android Apps < duskjock...@gmail.com> wrote: > Could you not play with the xml settings of the ImageView itself? I > think the

Re: [android-developers] Re: Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-03-01 Thread YuviDroid
Uhh great! I just added a comment + starred. I hope more devs will star it too so it gets some attention.. Cheers, Yuvi On Thu, Mar 1, 2012 at 11:56 AM, Efi Merdler-Kravitz wrote: > I can see there is already an open bug - > http://code.google.com/p/android/issues/detail?id=22590 you are more