You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIllegalArgumentException("You must include a TextView with an ID value of message (xml code: android:id=\"@android:id/message\", java code: view.setId(android.R.id.message))");
108
+
// 如果设置的布局没有包含一个 TextView 则抛出异常,必须要包含一个 id 值为 message 的 TextView
109
+
// xml 代码 android:id="@android:id/message"
110
+
// java 代码 view.setId(android.R.id.message)
111
+
thrownewIllegalArgumentException("You must include a TextView with an ID value of message "
0 commit comments