On Mar 25, 2:56 pm, intbt <[email protected]> wrote:

>         <Button
>         android:id="@+id/startTimer_btn"
>         android:src="@drawable/btnswitch""
>         android:layout_width="wrap_content"
>         android:layout_height="fill_parent"
>
>         />
>
> Any ideas as to what I am missing?

change:
android:src="@drawable/btnswitch""

to:
android:background="@drawable/btnswitch"

dont use double ["]

-- 
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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to