cellurl wrote:
> Heres my code.
> I don't see a .setText for View.

Button is a subclass of View.

>    private void findViews
>       // Set up click listeners for all the buttons
>       View aboutButton25 = findViewById(R.id.about_button25);

Button aboutButton25=(Button)findViewById(R.id.about_button25);

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to