<TextView
android:id="@+id/text"
android:layout_width="225dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_toRightOf="@+id/left"
android:background="@anim/chatitemshaodow"
android:fontFamily="calibri"
android:padding="8dp"
android:textColor="#636363"
android:textSize="17dp" />
This is my TextView controls and I want set the shadow around TextView. I am able to set the Showdown on text in TextView but I am unable to set shadow round on TextView.
I want to set textview shadow like given Screen in android. 
