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
This commit is contained in:
Mill Chen
2019-10-03 00:00:45 +08:00
parent 616707f486
commit cd869051ef

View File

@@ -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"