| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2019 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. --> |
| |
| <!-- Common layout file for all autofill assistant payment request choice lists. Will be filled |
| in code, see |AssistantPaymentRequestSection.java|.--> |
| <org.chromium.chrome.browser.autofill_assistant.payment.AssistantChoiceList |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:app="http://schemas.android.com/apk/res-auto" |
| android:id="@+id/section_choice_list" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:background="@color/payments_section_edit_background" |
| android:paddingStart="@dimen/autofill_assistant_bottombar_horizontal_spacing" |
| android:paddingTop="8dp" |
| android:paddingEnd="@dimen/autofill_assistant_payment_request_choice_list_padding_end" |
| android:paddingBottom="8dp" |
| app:column_spacing="8dp"> |
| </org.chromium.chrome.browser.autofill_assistant.payment.AssistantChoiceList> |