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

Change subject: Make "in the news" items spill to the edge of the card.
......................................................................


Make "in the news" items spill to the edge of the card.

Bug: T140385
Change-Id: If33507e730d6b86e3343a277849e9fb7c091a64e
---
M app/src/main/res/layout/view_horizontal_scrolling_list_card.xml
1 file changed, 5 insertions(+), 3 deletions(-)

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



diff --git a/app/src/main/res/layout/view_horizontal_scrolling_list_card.xml 
b/app/src/main/res/layout/view_horizontal_scrolling_list_card.xml
index f2c2230..d3f082e 100644
--- a/app/src/main/res/layout/view_horizontal_scrolling_list_card.xml
+++ b/app/src/main/res/layout/view_horizontal_scrolling_list_card.xml
@@ -3,7 +3,8 @@
     xmlns:android="http://schemas.android.com/apk/res/android";
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:orientation="vertical">
+    android:orientation="vertical"
+    android:clipChildren="false">
 
     <View
         android:id="@+id/view_horizontal_scrolling_list_card_header"
@@ -14,8 +15,9 @@
         android:id="@+id/view_horizontal_scrolling_list_card_list"
         android:layout_width="match_parent"
         android:layout_height="228dp"
-        android:layout_marginLeft="@dimen/view_list_card_item_margin"
-        android:layout_marginRight="@dimen/view_list_card_item_margin"/>
+        android:layout_marginLeft="12dp"
+        android:layout_marginRight="12dp"
+        android:clipChildren="false"/>
 
     <View
         android:id="@+id/view_horizontal_scrolling_list_card_footer"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If33507e730d6b86e3343a277849e9fb7c091a64e
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <dbr...@wikimedia.org>
Gerrit-Reviewer: BearND <bsitzm...@wikimedia.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Mholloway <mhollo...@wikimedia.org>
Gerrit-Reviewer: Niedzielski <sniedziel...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to