这是我的代码:
<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>
不能简单地在 PreferenceScreen 元素中指定边距/填充。如何将边距/填充添加到首选项屏幕?