Re: [android-developers] multi resolution image button selectors broken?

2010-01-05 Thread Romain Guy
It is not the right way. Do not use @drawable-ldpi/, just keep the same XML file, it will work. The system will find startstopin and startstopout in the right drawable-XXX/ directory. On Tue, Jan 5, 2010 at 11:24 PM, OldSkoolMark wrote: > In my res/drawable directory I have: > > >  http://schema

[android-developers] multi resolution image button selectors broken?

2010-01-05 Thread OldSkoolMark
In my res/drawable directory I have: http://schemas.android.com/apk/res/android";> Works like a champ. I'm now trying to make my app work on small screen devices, so I created a res/drawable-ldpi directory, and populated it with the two pngs plus the corresponding selector file: