blob: 83485ee5fc6350bcd34c023004ce47638d735ee9 [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/autofill_assistant_button_height"
style="@style/AssistiveChip"
app:chipColor="@color/default_text_color_inverse"
app:cornerRadius="40dp"
app:iconWidth="24dp"
app:iconHeight="24dp"/>