On Feb 13, 4:58 am, "Sasikumar.S" <[email protected]> wrote: > Thank You pskink. > can u tell how to use that?.. >
the easiest way is to define your StateListDrawable in xml in drawable folder and assign it to your layout's background: <LinearLayout ... android:background="@drawable/my_selector" /> see StateListDrawable docs pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

