この図では、 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>