From a641cdae509deea8b9d2b7f7f99de4f641d57124 Mon Sep 17 00:00:00 2001 From: Tsung-Mao Fang Date: Thu, 28 Nov 2019 17:25:08 +0800 Subject: [PATCH] Fix bottom zone is transparent in add network page Override clipToPadding and clipToChildren attributes to prevent view from overlapping problem. Change-Id: I3493d80d89950545ea74b76e25c6f55069f83f5e Fix: 145332638 Test: visual --- res/layout/wifi_add_network_view.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/wifi_add_network_view.xml b/res/layout/wifi_add_network_view.xml index 9185c97c099..33154f63345 100644 --- a/res/layout/wifi_add_network_view.xml +++ b/res/layout/wifi_add_network_view.xml @@ -19,6 +19,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" + android:clipToPadding="true" + android:clipChildren="true" android:orientation="vertical">