I have a simple preference screen defined like this
Like Gábor's answer but instead of extending PreferenceCategory you can do like this : 1. Make your custom layout.I named it preference_category.xml :
Important : the layout must contain a textview with this id : android:id="@+android:id/title"
2.and in the preference add this line : android:layout="@layout/preference_category"
... // other preferences in the category