[android-developers] is it possible to override 9 patch pngs?

2011-01-28 Thread kernelpanic
specifically, I am trying to change the 9 patch image used for btn_dropdown_normal.9.png anyone know how to override the stock 9 patch images without rooting the device or other silly ideas? I was hoping that selection of a 9 patch image file would cascade through from my project's drawable-mdpi

Re: [android-developers] is it possible to override 9 patch pngs?

2011-01-28 Thread Kostya Vasilyev
You can copy the platform defaults into your project, edit them as you like, and use with buttons by setting android:background. This would affect your own application. As for changing an Android resource so it affects other apps - sorry, no. -- Kostya 28.01.2011 21:07, kernelpanic пишет: