我有一个包含我的用户控件的表单。如何使用我的主窗体中的按钮清除该用户控件的所有文本框?##标题##
答案 0 :(得分:1)
您可以使用此方法清除所有TextBox,只需从主窗体中调用它:
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_scenes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical" />