aboutsummaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>2012-06-22 15:10:52 +0400
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>2012-06-22 15:10:52 +0400
commitc1d452a97d0eb57a304fa74c255bd1e28e0ebf33 (patch)
treef58b98fb64031b30186df92f834c3fd31b4a5bf8 /res/values
parent4f1c690e91f5f37aa24c336180120e451f87822a (diff)
make sure loading prompt is on a solid background
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml1
-rw-r--r--res/values/style.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 2fcfc738..78ff45b4 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -20,4 +20,5 @@
<attr name="headlineExcerptTextColor" format="reference|color" />
<attr name="headlineSelectedExcerptTextColor" format="reference|color" />
<attr name="linkColor" format="reference|color" />
+ <attr name="loadingBackground" format="reference|color" />
</resources> \ No newline at end of file
diff --git a/res/values/style.xml b/res/values/style.xml
index 3dc02436..8099573d 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -21,6 +21,7 @@
<item name="headlineExcerptTextColor">@android:color/secondary_text_light</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
<item name="linkColor">#5858F8</item>
+ <item name="loadingBackground">@android:color/white</item>
</style>
<style name="DarkTheme" parent="android:Theme.Black.NoTitleBar">
@@ -44,6 +45,7 @@
<item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedExcerptTextColor">@android:color/black</item>
<item name="linkColor">#5858F8</item>
+ <item name="loadingBackground">@android:color/black</item>
</style>
</resources> \ No newline at end of file