jenkins-bot has submitted this change and it was merged.

Change subject: Give lead image a white background, in case the image has 
transparency.
......................................................................


Give lead image a white background, in case the image has transparency.

Bug: T87250

Change-Id: I6cba6972f82d55fa6c8f47b8231e943a56ff6cf8
---
M wikipedia/res/layout/fragment_page.xml
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/wikipedia/res/layout/fragment_page.xml 
b/wikipedia/res/layout/fragment_page.xml
index f2b2dad..0f4fbda 100644
--- a/wikipedia/res/layout/fragment_page.xml
+++ b/wikipedia/res/layout/fragment_page.xml
@@ -48,6 +48,7 @@
                             android:layout_width="match_parent"
                             android:layout_height="match_parent"
                             android:scaleType="centerCrop"
+                            android:background="@android:color/white"
                             android:visibility="invisible"/>
                     </LinearLayout>
                     <ImageView

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

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

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

Reply via email to