Skip to content

Instantly share code, notes, and snippets.

@StackTipsLab
StackTipsLab / Shadow Effect on Android TextView using XML Layout
Created April 9, 2014 20:00
Shadow Effect on Android TextView using XML Layout
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:padding="20dp" >
<TextView
android:id="@+id/textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"