Home

Published

- 1 min read

android studio adding icon to button

img of android studio adding icon to button

The solution for this is noted below

android studio adding icon to button

Solution

   <Button
	android:id="@+id/pending_actions_button"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"
	style="@style/Widget.MaterialComponents.Button.Icon"
	app:icon="@drawable/ic_baseline_pending_actions_24"
	android:text="Pending Actions"/>

Try other methods by searching on the site. That is if this doesn’t work