Niedzielski has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/240928

Change subject: Initialize status bar color to match toolbar
......................................................................

Initialize status bar color to match toolbar

On app launch the status bar was transparent but the toolbar was not.
This patch initializes the status bar color to be consistent with the
toolbar.

Change-Id: I9d1e3221d0fae12fe6373d9f5ca656a2b138a185
---
M app/src/main/res/layout/activity_page.xml
1 file changed, 2 insertions(+), 1 deletion(-)


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

diff --git a/app/src/main/res/layout/activity_page.xml 
b/app/src/main/res/layout/activity_page.xml
index 93b854a..1bdcb0e 100644
--- a/app/src/main/res/layout/activity_page.xml
+++ b/app/src/main/res/layout/activity_page.xml
@@ -52,7 +52,8 @@
             <org.wikipedia.views.StatusBarBlankView
                 android:id="@+id/empty_status_bar"
                 android:layout_width="match_parent"
-                android:layout_height="wrap_content" />
+                android:layout_height="wrap_content"
+                android:background="@color/main_toolbar_background" />
             <FrameLayout
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content">

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d1e3221d0fae12fe6373d9f5ca656a2b138a185
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <sniedziel...@wikimedia.org>

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

Reply via email to