2013年7月24日 星期三

error: Error: No resource type specified (at 'text' with value '@').

    今天要在  android:text 中填入 '@' 字元時 , 在編譯的時候出現這個錯過訊息訊息, 解決這問題就是在前面填入反斜線 ' \ ' 就解決問題了. android:text="\@123".  :)

    出現這個錯誤訊息是因為  @ 在 android xml 中是有意義的

Refer to:
http://stackoverflow.com/questions/8753431/at-the-beginning-of-edittext-value