@ in AndroidManifest.xml file

Posted by C.W.Holeman II on Stack Overflow See other posts from Stack Overflow or by C.W.Holeman II
Published on 2009-06-19T14:50:07Z Indexed on 2010/04/08 19:33 UTC
Read the original article Hit count: 446

Filed under:
|
|

From the O'Reilly book "Android Application Development " by Rick Rogers, John Lombardo, Zigurd Mednieks & Blake Meike:

page 23:

 <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="@string/hello"
    />

page 44:

 <application android:icon="@drawable/icon2">

What is the meaning of the "@" in each of the above fragments?

© Stack Overflow or respective owner

Related posts about android

Related posts about Xml