取决于哪个 ViewGroup 您在追求,您可以获取您的View 的父级并将其转换为 ViewGroup : (ViewGroup)view.getParent() // this can be done to get any level in your ...
確定! 回上一頁