<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello_world" android:id="@+id/myTextView" />
TextView myTextView = (TextView)findViewById(R.id.myTextView);
时间: 2024-11-14 00:45:22
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello_world" android:id="@+id/myTextView" />
TextView myTextView = (TextView)findViewById(R.id.myTextView);