From 2b722626c34876cc4e53e6a7df670bbe5e6e5086 Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Thu, 23 May 2019 09:29:19 -0700 Subject: [PATCH] [fenix] Do not use ClipChildren false on homeLayout parent --- app/src/main/res/layout/fragment_home.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 6c4a134f27..efe972332d 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -13,7 +13,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="?homeBackground" - android:clipChildren="false" app:layoutDescription="@xml/home_scene" tools:context=".home.HomeFragment">