[android-developers] Setting a new Typeface to all text views

2010-01-12 Thread Pixie
Hello, I've created a custom Typeface by adding a TTF file to the assets folder, and I use the setTypeface method to apply this font to each of the text views, and everything works great. The only problem I have, is that I write a lot of code lines in order to apply this font to all text views. Is

[android-developers] Re: Nine patch pre-scaling on Hdpi

2010-01-06 Thread Pixie
inly > far from perfect. > > > > On Tue, Jan 5, 2010 at 1:48 PM, Jeffrey wrote: > > The easiest thing I can think of is to make high density images and > > see if that fixes the problem. I know that fix isn't the best but it > > might work. > > > On Jan

[android-developers] Nine patch pre-scaling on Hdpi

2010-01-05 Thread Pixie
Hello everyone, I have some 9-patch images on my app, and they work great on the medium density. When I load the app on a High density emulator/device, these images look grainy. It happens only to 9-patch images. The others look great after the pre- scaling. Is there a way to make them look good a