i used:
Using java Syntax Highlighting
- Toast.makeText(this,"Today is: " + dateString + "\n\t\tdon't cheat Wink",Toast.LENGTH_LONG).show();
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
instead of the notificationmanger, and i hope it will work, but i am still left with:
Description Resource Path Location Type
ERROR Error: No resource found that matches the given name attribute: 'android:normalTextColor' value: 'id'. styles.xml CristmasCalendar/res/values line 13 aapt Problem
it is strange because there are 2 lines similar to this with no problems in the same file:
Using xml Syntax Highlighting
- <item name="android:background">@color/door_background</item>
- <item name="android:textColor">@color/door_caption_color_selected</item>
- <item name="android:normalTextColor">@color/door_caption_color</item>
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
the last line caused this error, altough i did change id to android:id in all locations.




).
