I have made a custom preference (i.e. a preference with a custom layout) which displayed in the preferences list of a PreferenceActivity.

The layout is created in code. The problem is that the font of the TextView created in code looks somewhat different than Android's standard preference font.

So the solution would be to apply the style attributes of android's preference to my TextView. The respective styles should be preferenceScreenStyle or preferenceStyle (I'm not sure).

My problem is I can't figure out how to read out android's standard style attributes, so I could set them in code.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

I've the same problem but i fixed it out for some mobile devices,HTC Saphire and Samsung Galaxy S, but i'have problems with my HTC Desire HD. You can see standard preference style in android_SDK_resurces/layout/preference.xml. There are the margins, text sizes,....

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.