ViewParent s in general can't remove views, but ViewGroup s can. You need to cast your parent to a ViewGroup (if it is a ViewGroup ) to accomplish what you ...
確定! 回上一頁