<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 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 user's local address profile. -->
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/local_profile_icon"
android:layout_width="24dp"
android:layout_height="24dp"
app:tint="@color/default_icon_color_secondary_tint_list"
app:srcCompat="@drawable/ic_cloud_offline_24dp"
android:contentDescription="@string/autofill_local_profile_accessibility_label" />