2

Possible Duplicate:
PreferenceActivity and theme not applying

I am creating preference screen having 2 panes, One for headers and one for corresponding fragment.

But I want to change layout of these preferences. For fragment I know how to do that.

But I dont know how to change layout of preference headers here. And also cannot find any relevant documentation too.

Community
  • 1
  • 1
Harshit Syal
  • 649
  • 2
  • 11
  • 22

1 Answers1

1

have you try to use styles and themes to custom your preferenceActivity?

http://developer.android.com/guide/topics/ui/themes.html

throrin19
  • 17,796
  • 4
  • 32
  • 52
  • Yeah the style is changing, but I cannot add title, footer etc.iF I try to add any layout file, the app crashes with exception: Illegalargument exception, cannot find view for fragment. – Harshit Syal Jul 19 '12 at 11:02