попробуйте использовать кнопку изображения и применить приведенный ниже код. android:background="?attr/selectableItemBackgroundBorderless"
поможет вам на белом фоне.загрузить это скольжение.
<ImageButton
android:id="@+id/ivHourlyIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="centerInside"
android:layout_toStartOf="@id/stillshot"
android:layout_marginRight="@dimen/dp_5"
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/circle_gallery"
tools:ignore="ContentDescription" />