
preference.xml
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"><Preference android:title="基本信息"android:layout="@layout/text_view"></Preference> <!--自定义layout--><CheckBoxPreference android:key="checkbox"android:title="性别"android:summary="男 ,女"/><RingtonePreference android:key="ringtone"android:title="Ringtone Preference"android:showDefault="true"android:showSilent="true"android:summary="Pick a tone, any tone"/>
<ListPreference android:summary="select a list"android:t














