Every android application/theme hast it\'s own basic theme color:
HTC Desire Z - green,
most Samsung deviced - yellow,...
It\'s the color of selected
In your manifest in application tag define as :
application
android:theme="@style/mytheme"
Now in res/values you can define a file say theme.xml with content as :