Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a641cdae authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

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
parent e7ff0891
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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