You need to create a set of styles in your xml (regularly in res/values/styles.xml)
#eaeaea
#00abd7
#666666
In the layout files you can call to the colors or styles:
android:textColor="@color/titlecolor"
Checkout some examples:
http://developer.android.com/guide/topics/ui/themes.html