app/src/main/res/layout/refresh_action_view.xml
<?xml version="1.0" encoding="utf-8"?>
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/menu_refresh_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/refresh"
android:contentDescription="@string/refresh"
android:paddingStart="12dp"
android:paddingEnd="12dp" />