blob: 341d8bce43f8dea5d250ecd4423c098893e635d2 [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. -->
<org.chromium.chrome.browser.autofill_assistant.carousel.ButtonView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minHeight="@dimen/min_touch_target_size"
style="@style/AssistiveChip"
app:chipColor="@color/default_text_color_inverse"
app:cornerRadius="@dimen/autofill_assistant_button_corner_radius"
app:iconWidth="24dp"
app:iconHeight="24dp"
app:verticalInset="@dimen/autofill_assistant_button_bg_vertical_inset" />