summaryrefslogtreecommitdiff
path: root/res/values/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/style.xml')
-rw-r--r--res/values/style.xml2
1 files changed, 2 insertions, 0 deletions
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