Re: [android-developers] Background in PreferenceScreen

2010-07-27 Thread Kostya Vasilyev
It's certainly possible to change the corresponding PreferenceActivity theme in the manifest, e.g.: android:label="@string/prefs_activity_title" *android:theme="@android:style/Theme.Light">* where public class PrefsActivity extends PreferenceActivity You can make your own theme and specify

[android-developers] Background in PreferenceScreen

2010-07-27 Thread Nea
Is it possible to set a background image on a PreferenceScreen? I have tried the tag android:background="@drawable/some_background" which can be set in for example a LinearLayout XML, but it doesn't work in the PreferenceScreen. -- You received this message because you are subscribed to the Goog