我想要一个带有标题和摘要的全屏 PreferenceScreen。但是,当我提供摘要文本时,它不会显示:
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="My Title"
android:summary="My Summary">
......
</PreferenceScreen>