Is there any way to create a unread badge like dot on top of MaterialButton android as shown in the image given below ? I am using material components button.
<com.google.android.material.button.MaterialButton
android:id="@+id/containedButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Contained button"
/>