gpt4 book ai didi

Android - 如何确保 ScrollView 中选中的单选按钮在屏幕上可见?

转载 作者:行者123 更新时间:2023-11-29 16:19:33 24 4
gpt4 key购买 nike

我在 DialogPreference 的 ScrollView 中有带有 19 个 RadioButton 的 RadioGroup。对话框中只有大约前 7 个 RadioButtons 是可见的。一切正常,只有一个问题。如何确保在绑定(bind)对话框后选中的 RadioButton 在屏幕上始终可见?如何以编程方式在 ScrollView 中滚动以显示隐藏的已选中 RadioButton?

感谢您的帮助或建议。

最佳答案

你应该能够做这样的事情

int top = checkedRadioButton.getTop();
scrollView.scrollTo(0,top);

关于Android - 如何确保 ScrollView 中选中的单选按钮在屏幕上可见?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7973530/

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