Can anyone help me make the glow effect in TextClock
i have tried the method stated in this link! but it has no effect can anyone help please.
This is what i am doing using back support library of textClock
and want glow in it
<cz.vhrdina.textclockbackport.TextClock
android:id="@+id/digitalClock"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:shadowColor="@color/red"
android:shadowDx="0.0"
android:shadowDy="0.0"
android:shadowRadius="8"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="@color/white" />