blob: 103c3c00b1f9c78032308aaa2e844194061fd349 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/autofill_assistant"
android:clickable="true"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:paddingTop="12dp"
android:orientation="vertical">
<org.chromium.chrome.browser.widget.FadingEdgeScrollView
android:id="@+id/scrollable_content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<LinearLayout
android:id="@+id/scrollable_content_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:clipChildren="false"
android:clipToPadding="false" />
</org.chromium.chrome.browser.widget.FadingEdgeScrollView>
</LinearLayout>