1<?xml version="1.0" encoding="utf-8"?>
2<ImageView
3 xmlns:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 xmlns:android="http://schemas.android.com/apk/res/android"
6 android:layout_width="50dp"
7 android:layout_height="50dp"
8 android:padding="6dp">
9
10</ImageView>