blob: 3e19d80e465d77801213f77478705971efd0fb7f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 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:orientation="vertical" >
<TextView
android:id="@+id/required_fields_notice"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="16dp"
android:textAppearance="@style/TextAppearance.TextSmall.Secondary"
android:text="@string/payments_required_field_message" />
<include layout="@layout/autofill_editor_base_buttons" />
</LinearLayout>