ListPreference 可以在 Android 中输入自己的选项
我在properties.xml 和标准首选项活动中有ListPreferences。该属性的所有可能选项都在这些 xml 中。它是预定义 URL 的列表。
但我想为用户提供在此首选项中输入自己的值的可能性,即他自己的 URL。
我怎样才能做到这一点?
谢谢你!
I have ListPreferences in properties.xml and standart Preferences Acitvity. All possible options of that property are in those xml. It list of predefined URLs.
ButI want to provide user possibility to enter it's own value in this preference his own URL.
How can I do that?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会添加 CheckBoxPreference“使用自定义 URL”和两个可靠的首选项 - ListPreference“通用 url”和 EditTextPreference“自定义 url”
I would add CheckBoxPreference "Use custom URL" and two dependable preferences - ListPreference "Common urls" and EditTextPreference "Custom url"