jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/364447 )

Change subject: Use dark background color in dark theme for "no recent searches"
......................................................................


Use dark background color in dark theme for "no recent searches"

Instead of hardcoding the light theme color, use the attribute for the
background color of the search window without recent searches.

Bug: T169891
Change-Id: Ic7828189bcb57a04848830b47daa10bafd86b194
---
M app/src/main/res/layout/fragment_search_recent.xml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dbrant: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/app/src/main/res/layout/fragment_search_recent.xml 
b/app/src/main/res/layout/fragment_search_recent.xml
index 23cccf6..fd85b90 100644
--- a/app/src/main/res/layout/fragment_search_recent.xml
+++ b/app/src/main/res/layout/fragment_search_recent.xml
@@ -15,7 +15,7 @@
         android:gravity="center"
         android:orientation="vertical"
         android:visibility="gone"
-        android:background="@color/base80">
+        android:background="?attr/feed_window_background_color">
 
         <ImageView
             android:id="@+id/search_empty_image"

-- 
To view, visit https://gerrit.wikimedia.org/r/364447
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic7828189bcb57a04848830b47daa10bafd86b194
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to