I have ImageButton with Android icon:
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="Icon"
android:src="@drawable/ic_android"
/>
How to change this icon to "confirm". I would like to use icon from standard Android library. How to do that? What logic I should go find required icon in standard Android library?
Android Studio already has bunch of commonly used icons. Steps to get the icon :
drawable
folder