[android-developers] Re: Adding button style to GridView children

2010-09-14 Thread Jurnell Cockhren
My response assumes that you're using a custom Adapter to draw the buttons. There are two ways. 1. As you may already know, the "getView" method creates the buttons. You can't style the buttons by ways of the parent activity in the "onCreate" method like all the docs demonstrate. And if you trying

[android-developers] Re: Adding button style to GridView children

2010-09-14 Thread Jurnell Cockhren
My response assumes that you're using a custom Adapter to draw the buttons. There are two ways. 1. As you may already know, the "getView" method creates the buttons. You can't style the buttons by ways of the parent activity in the "onCreate" method like all the docs demonstrate. And if you trying

[android-developers] Re: Adding button style to GridView children

2010-09-14 Thread Jurnell Cockhren
My response assumes that you're using a custom Adapter to draw the buttons. There are two ways. 1. As you may already know, the "getView" method creates the buttons. You can't style the buttons by ways of the parent activity in the "onCreate" method like all the docs demonstrate. And if you trying