<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Welcome" />
このコードを使用して、Android でテキストを表示しました。しかし、エラーが表示されます。どうすれば解決できますか
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Welcome" />
このコードを使用して、Android でテキストを表示しました。しかし、エラーが表示されます。どうすれば解決できますか