aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values/themes.xml')
-rw-r--r--src/main/res/values/themes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index fec28b976..69603f4c6 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -15,6 +15,7 @@
<item name="color_warning">@color/red_a700</item>
<item name="activity_background_search">@drawable/search_background_light</item>
+ <item name="activity_background_no_results">@drawable/no_results_background_light</item>
<item name="EmojiColor">@color/realblack</item>
@@ -133,6 +134,7 @@
<item name="color_warning">@color/red_a700</item>
<item name="activity_background_search">@drawable/search_background_dark</item>
+ <item name="activity_background_no_results">@drawable/no_results_background_dark</item>
<item name="EmojiColor">@color/realwhite</item>