gpt4 book ai didi

Android:从 View 中获取 View 组?

转载 作者:IT王子 更新时间:2023-10-29 00:01:46 26 4
gpt4 key购买 nike

有什么方法可以从 View 中获取 ViewGroup 吗?我正在尝试创建一个自定义数组适配器,它需要 View 组

最佳答案

根据您所追求的 ViewGroup,您可以获取 View 的父级并将其转换为 ViewGroup:

(ViewGroup)view.getParent() // this can be done to get any level in your view hierarchy 

或者您可以将 View 本身转换为 ViewGroup:

(ViewGroup)view

基本上,在 View 层次结构中找到您想要的 View 并将其转换为 ViewGroup

关于Android:从 View 中获取 View 组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17748198/

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