2021-10-21 10:55:33 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-08-05 15:01:49 -03:00
|
|
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2021-10-21 10:55:33 -04:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/action_mode_close_button"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginStart="16dp"
|
2022-08-05 15:01:49 -03:00
|
|
|
android:layout_marginEnd="32dp"
|
|
|
|
android:contentDescription="@string/Material3SearchToolbar__close"
|
|
|
|
android:scaleType="centerInside"
|
|
|
|
app:srcCompat="@drawable/ic_x_24" />
|