Вопрос

Possible Duplicate:
How to make text glow?

I am wondering how to add an inner glow to a TextView in my Android layout.

I have searched and only was able to find how to do Inner Shadow on Android.

Is there a convenient and fast way to get inner glow to surround a TextView please, or get a similar effect?

Это было полезно?

Решение

You have to use android:shadowColor, android:shadowDx,android:shadowDy & android:shadowRadius in TextView

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top