Merge "Swipe to refresh text color" into jb-ub-mail-ur9
diff --git a/res/layout/swipe_to_refresh.xml b/res/layout/swipe_to_refresh.xml
index 35dd7ee..6ea9f4b 100644
--- a/res/layout/swipe_to_refresh.xml
+++ b/res/layout/swipe_to_refresh.xml
@@ -26,7 +26,7 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:gravity="center"
-        android:textColor="#0099cc"
+        android:textColor="@color/swipe_to_refresh_text_color"
         android:textSize="17sp" />
 
 </FrameLayout>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index ccc40d9..6f077bc 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -112,8 +112,10 @@
 
     <!-- Teaser colors -->
 
-
     <!-- The color of the section name text in the teaser -->
     <color name="teaser_main_text">#58585b</color>
 
+    <!-- swipe to refresh text color, this matches the color in
+        progressbar_solid_holo.png -->
+    <color name="swipe_to_refresh_text_color">#0099cc</color>
 </resources>