Thanks.
Unfortunately, this doesn't seem to work out.
Here's a sample TextView that I inflate:
--
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:textAppearance="?android:attr/textAppearanceMedium"
android:gravity="center"
android:background="@android:drawable/list_selector_background"
android:padding="23sp" android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
--
The background doesn't change. Why?
On Jan 29, 4:42 pm, Chander Pechetty <[email protected]> wrote:
> android:background="@android:drawable/list_selector_background" and
> use it as indicated by Dianne above...
>
> Cheers
> Chander
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---