I want to add a light shadow on the right and bottom side of the layout.I tried using android:background=\"@android:drawable/dialog_holo_light_frame\" but it adds a
android:background=\"@android:drawable/dialog_holo_light_frame\"
I think this may solve your problem
Then apply it to an XML layout as a background LinearLayout android:background="@drawable/drawable_name"
LinearLayout
android:background="@drawable/drawable_name"