OSDN Git Service

Fix bottom zone is transparent in add network page
authorTsung-Mao Fang <tmfang@google.com>
Thu, 28 Nov 2019 09:25:08 +0000 (17:25 +0800)
committerTsung-Mao Fang <tmfang@google.com>
Thu, 28 Nov 2019 09:25:08 +0000 (17:25 +0800)
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

index 9185c97..33154f6 100644 (file)
@@ -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">
 
         <include