From a5be87fad5cd91ceae36b9a8b0acd4cf92d5e37f Mon Sep 17 00:00:00 2001 From: tmfang Date: Fri, 17 May 2019 12:04:43 +0800 Subject: [PATCH] Fix overlapping problem in display size screen. All screen in Settings set clipToPadding to false by default, so we see this side effect on display size screen. To fix it, we set clipToPadding and clipChidren to true. Fixes: 132905691 Test: visual Change-Id: I58752c0ba7bd033cde97ff6047513a50ab933ae9 --- res/layout-sw300dp-land/screen_zoom_activity.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout-sw300dp-land/screen_zoom_activity.xml b/res/layout-sw300dp-land/screen_zoom_activity.xml index cd7c67c2d58..0f1c000b000 100644 --- a/res/layout-sw300dp-land/screen_zoom_activity.xml +++ b/res/layout-sw300dp-land/screen_zoom_activity.xml @@ -17,6 +17,8 @@