Reputation: 3
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