<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/action_mode_close_button" android:focusable="true" android:clickable="true" android:layout_width="wrap_content" android:layout_height="match_parent" android:src="?attr/actionModeCloseDrawable" android:contentDescription="@string/abc_action_mode_done" style="?attr/actionModeCloseButtonStyle" />
Add to lootbox
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/action_mode_close_button" android:focusable="true" android:clickable="true" android:layout_width="wrap_content" android:layout_height="match_parent" android:src="?attr/actionModeCloseDrawable" android:contentDescription="@string/abc_action_mode_done" style="?attr/actionModeCloseButtonStyle" />