Adding Shadow Effects to Android TextView

Asked 1 years ago, Updated 1 years ago, 69 views

I want to add a shadow effect to TextView, what should I do?

android textview

2022-09-22 22:09

1 Answers

Android:shadowDx, android:shadowDy, android:shadowRadio as xml property in TextView Properties exist. There's also an android:shadowColor that gives shadow color.


2022-09-22 22:09

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.