gpt4 book ai didi

android - 如何包装首选项标题?

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:04:46 26 4
gpt4 key购买 nike

在这张图片中,我的 Preference 的标题没有环绕其父项。

如何让标题换行?

谢谢。

enter image description here

xml:

<CheckBoxPreference
android:key="keypref"
android:summary="Summary text does wrap around the borders"
android:title="The title of this preference is" >
</CheckBoxPreference>

最佳答案

您需要制作类似于默认(android 内部)CheckBoxPreference 的自定义布局。在该 xml TextView 中,标题的椭圆大小应设置为 Marque,重复限制不定且可滚动设置为水平。比你可以设置 CheckBoxPreference 的布局:

<CheckBoxPreference
android:key="key_checkbox_pref"
android:summary="Summary text does wrap around the borders"
android:title="The title of this preference."
android:layout="@layout/custom_checkbox_preferences_layout">

希望能奏效 ;)

关于android - 如何包装首选项标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10349784/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com