android ListPreference和Preference项背景图像和文本重力

发布于 2024-12-27 05:06:49 字数 859 浏览 0 评论 0原文

我的首选项 Activity 包含一个 CheckboxPreference、ListPreference 和一个包含 5 个 CheckboxPreferences 的子首选项屏幕。

我设法使用以下方法解决了内部 PreferenceScreen 背景的问题: 内部偏好屏幕中的黑屏

但我还有更多无法解决的问题:

1- i需要更改两个 PrefernceScreens 中每个首选项的背景,我尝试了以下操作,但它不起作用

Preference ax=findPreference("ck_pref");

View v = ax.getView(null, null);

v.setBackgroundResource(R.drawable.rowbackground);

我尝试使用以下链接中提供的解决方案中的自定义布局文件:

http://groups.google.com/group/android-developers/browse_thread/thread/d3bb7af55dba7d8d

它改变了背景textviews 但不是整个第

2 行 - 我尝试更改 ListPreference 中项目的文本重力,但也没有成功。

任何建议将不胜感激,提前致谢。

my preference activity contains a CheckboxPreference, ListPreference, and a sub Preference screen containing 5 CheckboxPreferences.

i managed to solve the problem of inner PreferenceScreen background using this :
Black screen in inner preferenceScreen

but i have more problems i could not solve:

1- i need to change the background of each preference item in both PrefernceScreens, i tried the following but it did not work

Preference ax=findPreference("ck_pref");

View v = ax.getView(null, null);

v.setBackgroundResource(R.drawable.rowbackground);

i tried to use a custom layout file form the solution provided in the link below:

http://groups.google.com/group/android-developers/browse_thread/thread/d3bb7af55dba7d8d

it changed the background of the textviews but not the whole row

2- i tried to change the text gravity of the items in the ListPreference and also no success.

any suggestions will be appreciated, thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文