警告[I18N]硬編碼字符串「您想給Zohan一個電話嗎?」,應該使用@string資源在我的xml文件中我在我的文本條目中得到了一個警告通知,我很想知道如何修復它
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<TextView
android:id="@+id/TextView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Would you like to give Zohan a call?"
android:layout_marginTop="200dp"
android:layout_marginLeft="20dp"
android:textSize="18dp"/>