This is my code:
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
    <PreferenceCategory android:title="title" >
        <Preference
            android:layout="@layout/custom_preference_layout"
            android:title="@string/settings_rateUsOnGooglePlay" />
    </PreferenceCategory>
</PreferenceScreen>
It is not possible to simply specify a margin/padding in the PreferenceScreen element. How do i add Margin/Padding to the preference screen?
 
     
     
    