I have searched around but couldn't find some useful tutorials to decorate the textview
in android layout xml, well few of them are not decorating as well.
I got to know few things as:
android:shadowColor
android:shadowDx
android:shadowDy
android:shadowRadius
android:textAppearance
android:textStyle
android:typeface
android:textColorHighlight
android:textColor
As per my understanding we can use above attributest to decorate the text view to look more attractive. But i am not sure how to use. I am new in android, please correct me if i'm wrong.
Thanks