/ / Glowing obrysy textu v android. - android, text, obrys, žiara

Žiariace obrys textu v android. -android, textu, obrys, žiara

ako môžem pridať žiarivý text obrys v android?

Tu je príklad:

tu zadajte popis obrázku

odpovede:

7 pre odpoveď č. 1

Pridajte tieň k textovému zobrazeniu s hodnotami x, y = 0 a Radious, ak chcete žiariť.

<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Glowing"
android:textSize="40sp"
android:textStyle="bold"
android:shadowColor="#0000ff"
android:textColor="#C02938"
android:shadowDx="0.0"
android:shadowDy="0.0"
android:shadowRadius="10"/>