在这张图片中,my 的标题Preference
没有环绕它的父级。
如何使标题换行到新行?
谢谢。
xml:
<CheckBoxPreference
android:key="keypref"
android:summary="Summary text does wrap around the borders"
android:title="The title of this preference is" >
</CheckBoxPreference>