On Apr 27, 10:01 pm, Anna PS <[email protected]> wrote: > How would I even start to create a home screen that looks like this in > Android? Essentially I need clickable areas with text and icons. > Buttons can't have images attached, nor can they be greyed out.
Yes, they can have images: use the drawableLeft etc. attributes, or setCompoundDrawables() method. They can also be grayed out by using setEnabled(). -- Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

