Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 LabelButton 的类,带有一个 onClickListener。在我的 Activity 类中,当用户单击一个按钮时,它会创建一个 LabelButton 和一个字符串。然后将 LabelButton 添加到布局中。
在附加到 LabelButton 的 onClickListener 内部,它调用 setVisibility(View.GONE),它负责处理 LabelButton,但我还需要删除之前创建的那个字符串。
这可能吗?