[android-developers] drawable, drawable-land, drawable-hdpi, drawable-mdpi, drawable-lpdi

2009-11-15 Thread Digital Agua
I have a question that I hope someone can help me out with. I have an app that I started in 1.6. It used images that were specific to portrait and landscape layouts. I put these in the corresponding drawable folders, for example: drawable/image01,png drawable-land/image01.png when I created a ne

[android-developers] Re: drawable, drawable-land, drawable-hdpi, drawable-mdpi, drawable-lpdi

2009-11-16 Thread Digital Agua
er: > > http://developer.android.com/guide/topics/resources/resources-i18n.ht... > > On Nov 16, 2:18 pm, Digital Agua wrote: > > > I have a question that I hope someone can help me out with. I have an > > app that I started in 1.6. It used images that were specific to > > portr

[android-developers] View background color animation

2009-11-16 Thread Digital Agua
I was wondering if someone has a good answer to this. I am looking for a better way to animate a background color transition from on color to the next. Currently, I have two views, vCurrentColor which lays on top of the vNextColor, in a FrameLayout. I then animate the alpha of the currentColorView

[android-developers] Re: View background color animation

2009-11-16 Thread Digital Agua
Thanks, for the lead. I appreciate it, and it worked. I ended up extending the TransitionDrawable class so I could easily set and animate the color. The code is below for anybody who is interested. package com.digitalagua.view; import android.graphics.drawable.ColorDrawable; import android.graph