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
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
2 matches
Mail list logo