Re: [android-developers] How to set background in a PreferenceScreen

2010-12-04 Thread Gergely Juhász
yeah, it is a known bug: http://code.google.com/p/android/issues/detail?id=4611 On 3 December 2010 23:59, Douglas Fonseca wrote: > Hi, > I'm working on a preference screen to my app. The main preference screen is > described in a .xml file and in this XML code I declared another > PreferenceScre

Re: [android-developers] How to set background in a PreferenceScreen

2010-12-03 Thread TreKing
On Fri, Dec 3, 2010 at 4:59 PM, Douglas Fonseca wrote: > But I can't set the same background image to my child preferences screens > said above because I can't find the getListView method for them... > Doing > PreferenceScreen aPrefs = (PreferenceScreen) > findPreference(OPT_VIBRATE_SELECT); > Jus

[android-developers] How to set background in a PreferenceScreen

2010-12-03 Thread Douglas Fonseca
Hi, I'm working on a preference screen to my app. The main preference screen is described in a .xml file and in this XML code I declared another PreferenceScreen that will appear when the user clicks on a button in the main preference screen. http://schemas.android.com/apk/res/android";> http://