當我試圖硬編碼字符串@
開始爲android:text
屬性的值,日食說@在的EditText值的開頭
error: Error: No resource type specified (at 'text' with value '@dmin123').
我怎樣才能避免這種情況?
<EditText android:id="@+id/password_input"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:singleLine="true" android:fadingEdge="horizontal"
android:password="true" android:text="@dmin123"/>
100%,+1你 – 2012-01-06 05:52:56
我怕接受阿瓊朗帕爾的熱點問題: - ) – 2012-01-06 05:59:46