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

Change subject: Make link preview button highlight more opaque for API <20.
......................................................................


Make link preview button highlight more opaque for API <20.

Bug: T116324
Change-Id: I4f93d0c80bdff3eff24a095247361f010039ab3c
---
M app/src/main/res/values/colors.xml
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Sniedzielski: Looks good to me, approved
  Mholloway: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/app/src/main/res/values/colors.xml 
b/app/src/main/res/values/colors.xml
index 5f66ca7..36fc774 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -46,8 +46,8 @@
     <color name="link_preview_toolbar_light">#404040</color>
     <color name="link_preview_background_light">#f0f0f0</color>
     <color name="link_preview_text_light">#505050</color>
-    <color name="link_preview_button_background_light">#eaffffff</color>
-    <color 
name="link_preview_button_background_light_highlight">@color/ripple_material_light</color>
+    <color name="link_preview_button_background_light">#eaf0f0f0</color>
+    <color 
name="link_preview_button_background_light_highlight">#eac0c0c0</color>
     <color name="nav_background_light">#f0f0f0</color>
     <color name="nav_text_light">#303030</color>
     <color name="list_item_text_primary_light">#333</color>
@@ -72,7 +72,7 @@
     <color name="link_preview_background_dark">#303030</color>
     <color name="link_preview_text_dark">#d0d0d0</color>
     <color name="link_preview_button_background_dark">#ea303030</color>
-    <color 
name="link_preview_button_background_dark_highlight">@color/ripple_material_dark</color>
+    <color 
name="link_preview_button_background_dark_highlight">#ea505050</color>
     <color name="nav_background_dark">#303030</color>
     <color name="nav_text_dark">#d0d0d0</color>
     <color name="list_item_text_primary_dark">#d0d0d0</color>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f93d0c80bdff3eff24a095247361f010039ab3c
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: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to