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

Commit cd869051 authored by Mill Chen's avatar Mill Chen
Browse files

Fix overlapping in TrustedCredentialsSettings

It's a side effect caused by making scrollView extend below navbar.
Set both of clipToPadding and clipChildren true to fix overlapping.

Fixes: 138962899
Test: visual
Change-Id: Icf696a151055d4be76cafe44d5cb95b67bc2ea9f
parent 616707f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:clipToPadding="true"
              android:clipChildren="true"
              android:orientation="vertical">
    <LinearLayout
        android:id="@+id/header_view"