Copy color values from <android-sdk-path>/platforms/android-16/data/res/values/colors.xmlto your own colors.xmlfile <project-dir>/res/values/colors.xml.
Now use the values as the background color (R.color.holo_red_light).
<android-sdk-path> is the android-sdk direcotry path.
source
share