Please help me to do this , when i press the button the button size will be increase. I will give the screenshot. and i will also share some code of button
<Button
android:id="@+id/sbi_button"
style="@style/Widget.MaterialComponents.Button.OutlinedButton.Icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginStart="10dp"
android:layout_marginTop="40dp"
android:backgroundTint="#1B79E6"
android:gravity="center"
android:insetLeft="0dp"
android:insetTop="0dp"
android:insetRight="0dp"
android:insetBottom="0dp"
android:padding="12dp"
app:icon="@drawable/ic_sbi"
app:iconPadding="0dp"
app:iconSize="17dp"
app:iconTint="#FFFFFF"
app:layout_constraintEnd_toStartOf="@id/axis_button"
app:layout_constraintStart_toStartOf="@+id/guideline"
app:layout_constraintTop_toBottomOf="@id/transfer_textView"
app:rippleColor="@android:color/transparent"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.MyApp.Button.Circle"
app:strokeWidth="0dp" />