Florianschmidtwelzow has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/47/364447/1

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: newchange
Gerrit-Change-Id: Ic7828189bcb57a04848830b47daa10bafd86b194
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to