在res下建个xml文件夹,建立2个xml文件:

preferencescreentest_one.xml
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"android:key="using_categories_in_root_screen"android:summary="Using Preference Categories"android:title="Categories" ><PreferenceCategoryxmlns:android="http://schemas.android.com/apk/res/android"android:key="meats_screen"android:summary="Preferences related to Meats"android:title="肉类" ><CheckBoxPreferenceandroid:key="fish_selection_pref"android:summary="小心扎嗓子"androi












