android ListPreference和Preference项背景图像和文本重力
我的首选项 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论