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:shadowColorandroid:shadowDxandroid:shadowDyandroid:shadowRadiusandroid:textAppearanceandroid:textStyleandroid:typefaceandroid:textColorHighlightandroid: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