TextView
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="68dp"
android:height="50pt"
android:text="TextView"
android:textSize="22pt" />
binding.textView.setText("改变文本");
Toast.makeText( binding.textView.getContext(), "改变文本", Toast.LENGTH_SHORT).show();
Button
<Button
android:id=&#