| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2015 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| |
| <!-- Layout for icon that indicates where an autofill card or profile is stored. --> |
| <ImageView xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:app="http://schemas.android.com/apk/res-auto" |
| app:srcCompat="@drawable/google_pay" |
| android:layout_width="48dp" |
| android:layout_height="20dp" |
| android:layout_gravity="end" |
| android:gravity="bottom" |
| android:contentDescription="@string/autofill_from_google_account" /> |