gpt4 book ai didi

android - 如何在 Android 中获取 ViewGroup 的 subview ?

转载 作者:太空狗 更新时间:2023-10-29 15:55:14 32 4
gpt4 key购买 nike

我必须获取 WebView 的 subview 。对于一些文本操作,我想知道是否有一种方法可以设置 subview 的属性,例如:

View[] childs = webView.getChilds;
View ch = childs[0];
ch.setText("manipulated text");

最佳答案

WebView 有方法 getChildCount()getChildAt(int index)。您可以尝试使用这些方法,但更好的解决方案是 Bixi 的方法。

关于android - 如何在 Android 中获取 ViewGroup 的 subview ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13048287/

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