I'm trying to compile the Android calendar project. But I have a few resource file errors, such as these attributes, saying that no resource match is found:
android:color="@color/done_text_color_disabled"
android:textColor="@drawable/list_item_font_primary"
android:textColor="@drawable/list_item_font_secondary"
android:background="@color/white"
android:textColor="@color/done_text_color"
I'm assuming I need some common Android resource library? Can I fix this without downloading a massive library? I checked and the docs seemed to be oriented towards Linux. I'm using WinXP (no haters).
-Mike