possible duplicate
Hello friends,
I have seen many style files and see that some time @ sign was used into the parent attribute within the style tab in xml file and some without this @ like this
<style name="Theme" parent="android:style/Theme" />
this one is found from this style http://code.google.com/p/iosched/source/browse/android/res/values/styles.xml
<style name="AppTheme.Light" parent="@android:style/Theme.Holo.Light">
this one is found from this style http://developer.android.com/resources/samples/HoneycombGallery/res/values/styles.html
Is any difference from the above statement with/without using @? If yes then what the difference
More are here check the document.
http://developer.android.com/guide/topics/ui/declaring-layout.html
Always directly jump on code without reading document. Really bad things anyway now I have learn this things that first read then implement