[android-developers] How do I speeding up a click notification from GridView inside a Fragment to an Activity Listener?

2012-02-29 Thread emil10001
For prettier formatting of this message, this question has been posted on StackOverflow - http://stackoverflow.com/q/9490558/974800 . I am posting here due to a lack of response there. I am writing an app that has a couple of fragment views managed by an activity. The fragments are basically a Gri

[android-developers] Re: View height changes when image set as background by 1.25 times of the image height

2012-02-29 Thread emil10001
It may be easier to do this programmatically. You can build your bitmap image first, figure out the dimensions of that and resize it if needed. Then, change the dimensions of the TextView, if necessary, to match the size of the image, probably using LayoutParams. Finally, you can set it as the

[android-developers] Re: ActionBar and Tabs question:

2012-02-29 Thread emil10001
I just posted a sample project on my github that demos how to do this: https://github.com/emil10001/SimpleActionBarTabs -John On Wednesday, February 29, 2012 10:07:42 AM UTC-5, Mark Winchester wrote: > > I'm having trouble with the ActionBar and tabs, trying to get the look and

[android-developers] Re: ActionBar and Tabs question:

2012-02-29 Thread emil10001
Take a look at the demos available for ActionBarSherlock. It may not be exactly the same if you aren't using that lib, but he tries to get very close to the normal experience. Anyway, from what I've seen (I'm using a Nav List in my ActionBar), you get

[android-developers] Re: ActionBar and Tabs question:

2012-03-01 Thread emil10001
Here's a tutorial that I just wrote on how to do this: http://feigdev.com/blogs/2 -John On Wednesday, February 29, 2012 11:43:48 AM UTC-5, Craig Smith wrote: > > Just put the modes in drop down beside the category in the Action Bar. > > It still looks good that way, even with another set of cli