Ranoshis Das
Ranoshis Das

Reputation: 3

How to change shadow color (glowing shadow) in ImagButton in Android studio?

I want to implement a glowing shadow like in the pic.

             <androidx.cardview.widget.CardView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_margin="8dp"
                app:cardCornerRadius="34dp"
                app:cardElevation="8dp">
            <ImageButton
                android:layout_width="50dp"
                android:layout_height="50dp"
                android:src="@drawable/arrow_back"
                android:background="@color/white"/>
            </androidx.cardview.widget.CardView>

Upvotes: 0

Views: 27

Answers (0)

Related Questions