2020-09-08 12:48:52 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<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"
|
2020-09-08 12:48:52 -03:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
app:srcCompat="@drawable/ic_open_20" />
|