[android-developers] Action Bar

2011-11-16 Thread Royston
I am building an application and attempting to follow guidelines and use the ActionBar on Honeycomb versions. In testing I note that unless running in an XLarge emulator, the ActionBar does not show the menu overflow icon. Is this as intended and if so what is the purpose of the ActionBar on such a

[android-developers] Action Bar

2011-11-19 Thread Navindian
could you please send a minimal action bar example which just shows the tabs on the top. It needs to be a minimal version.just to run on a tablet with android 3.0. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Action Bar

2012-11-27 Thread Bobbie
Quick question. Is there a way to detect, in the browser, if a device is using a "menu button" or the "action bar"? I ask because I'm trying to figure out how to instruct users to add a bookmark on their device, and some devices running ICS still have a "menu" button that they have to use to ad

[android-developers] Action Bar

2011-03-10 Thread rishabh agrawal
how to create action bar in Android 2.2.it is possible ? if it is possible plz suggest me which theme or style i will use for better action bar. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Action Bar

2011-03-10 Thread rishabh agrawal
Action Bar develop in android2.3 or not???plz help.or it developed only Android 3.0 ??? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Action Bar

2011-11-16 Thread Mark Murphy
On Wed, Nov 16, 2011 at 4:15 AM, Royston wrote: > I am building an application and attempting to follow guidelines and > use the ActionBar on Honeycomb versions. In testing I note that unless > running in an XLarge emulator, the ActionBar does not show the menu > overflow icon. Honeycomb is only

Re: [android-developers] Action Bar

2012-11-27 Thread TreKing
On Tue, Nov 27, 2012 at 11:17 AM, Bobbie wrote: > Quick question. Is there a way to detect, in the browser, if a device is > using a "menu button" or the "action bar"? > > I ask because I'm trying to figure out how to instruct users to add a > bookmark on their device, and some devices running IC

Re: [android-developers] Action Bar

2012-11-27 Thread Bobbie
> > You seem to be running under the assumption that there is either only one > browser all users will be using or that all browsers will work this way. > You seem to be running under the assumption that I'm not already checking the browser's name and version as well as the OS' version. I've do

Re: [android-developers] Action Bar

2012-11-27 Thread Bobbie
Love it when people criticize your post(s), method(s) and question(s) instead of actually contributing to a conversation. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.

Re: [android-developers] Action Bar

2012-11-27 Thread TreKing
On Tue, Nov 27, 2012 at 12:34 PM, Bobbie wrote: > You seem to be running under the assumption that I'm not already checking > the browser's name and version as well as the OS' version. I was, due to your use of "the browser" and not stating otherwise. Sorry. ---

Re: [android-developers] Action Bar

2012-11-27 Thread Bobbie
Aha! I can see where you would assume that, then. =) Please forgive my sarcasm and shortness, not having a great day. On Tuesday, November 27, 2012 1:42:38 PM UTC-5, TreKing wrote: > > On Tue, Nov 27, 2012 at 12:34 PM, Bobbie > > wrote: > >> You seem to be running under the assumption that I'm n

[android-developers] Action Bar Tabs & Fragments

2011-06-29 Thread Yip
Hi, I'm developing a tablet app on 3.1. Is it possible to implement a design in such a way that each ActionBar Tab has different Fragments? For example, I have 4 ActionBar tabs. My first tab has 3 fragments, the second one has 2 fragments and the remaining tabs have 1 fragment each. I'm not sure

[android-developers] Action Bar icon sizes?

2012-02-05 Thread Zsolt Vasvari
I guess Google cannot get the story straight: The doc says that the Action Bar icon sizes should be 24, 32, 48 square pixels for MDPI, HDPI and XHDPI, repsectively: http://developer.android.com/guide/practices/ui_guidelines/icon_design_action_bar.html But the icon pack ( http://developer.andr

Re: [android-developers] Action Bar Tabs & Fragments

2011-06-29 Thread Mark Murphy
On Tue, Jun 28, 2011 at 3:03 PM, Yip wrote: > I'm developing a tablet app on 3.1. Is it possible to implement a > design in such a way that each ActionBar Tab has different Fragments? Sure. Just have the TabListeners set up the appropriate fragments via FragmentTransactions. > For example, I hav

[android-developers] Action Bar TAB Context Menu

2013-02-23 Thread Jim Duda
I have the Action Bar working properly with a Tab Listener and multiple tabs as described in the API Demos package. This piece is working well. I would like to add a Context Menu (long click listener) to the Action BAR Tab button itself. I know how to add the longClickListener to the ListFragme

Re: [android-developers] Action Bar icon sizes?

2012-02-05 Thread Nikolay Elenkov
On Mon, Feb 6, 2012 at 12:56 PM, Zsolt Vasvari wrote: > I guess Google cannot get the story straight: > > > The doc says that the Action Bar icon sizes should be 24, 32, 48 > square pixels for MDPI, HDPI and XHDPI, repsectively: > > http://developer.android.com/guide/practices/ui_guidelines/icon_d

[android-developers] Action Bar in Android 2.3

2011-09-19 Thread Paulo Fabiano Langer
Hi everybody, how could I create an action bar on android 2.3? I have searching for it a lot and I had found nothing :( Just for honeycomb. Thanks for you help. Paulo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Action Bar TAB Context Menu

2013-02-24 Thread Παύλος-Πέτρος Τουρνάρης
I dont think that you can achieve something like this! On Sat, Feb 23, 2013 at 11:18 PM, Jim Duda wrote: > I have the Action Bar working properly with a Tab Listener and multiple > tabs as described in the API Demos package. > This piece is working well. > > I would like to add a Context Menu

Re: [android-developers] Action Bar in Android 2.3

2011-09-19 Thread Mark Murphy
Use something like ActionBarSherlock. On Mon, Sep 19, 2011 at 11:36 AM, Paulo Fabiano Langer wrote: > Hi everybody, how could I create an action bar on android 2.3? > I have searching for it a lot and I had found nothing :(  Just for > honeycomb. > Thanks for you help. > Paulo > > -- > You receiv

[android-developers] Action Bar and Navigation Bar in Android 2.2

2012-07-31 Thread Meena Rengarajan
How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell me .. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Action Bar and Navigation Bar in Android 2.2

2012-07-31 Thread Rocky
check android-expert.blogspot.com On Wed, Aug 1, 2012 at 11:53 AM, Meena Rengarajan wrote: > How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can > anyone tell me .. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" gr

[android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-15 Thread RS
Is the compatibility library expected to help with action bar on pre- honeycombs? Have been trying to get it to work in vain for long. Changed the sample that uses MenuCompat to show action irrespective of room. Still no luck. MenuCompat.setShowAsAction(item, MenuItem.SHOW_AS_ACTION_ALWAYS); What

Re: [android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-15 Thread Mark Murphy
On Fri, Apr 15, 2011 at 10:47 AM, RS wrote: > Is the compatibility library expected to help with action bar on pre- > honeycombs? Not much, but you do not really need it. > Have been trying to get it to work in vain for long. > Changed the sample that uses MenuCompat to show action irrespective

Re: [android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-15 Thread Dianne Hackborn
The compatibility library provides fragments and loaders on pre-HC devices. It does not have any other major features; it just has a smattering of helpers for small specific methods that don't exist on older platforms. On Fri, Apr 15, 2011 at 7:47 AM, RS wrote: > Is the compatibility library ex

Re: [android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-15 Thread Brill Pappin
How the heck is that ActionBarBC project built? It's min version is 4 so it should not allow the supports-screens android:xlargeScreens="true" Are we to build with 11 even if we are compatible with 4? - Brill Pappin -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-16 Thread String
Yes. That's the difference between min-sdk-version and the level specified in Properties, and is how it's always been if you're supporting a range of versions. String -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

Re: [android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-16 Thread Mark Murphy
On Sat, Apr 16, 2011 at 3:08 AM, String wrote: > Yes. That's the difference between min-sdk-version and the level specified in > Properties, and is how it's always been if you're supporting a range of > versions. Agreed. Your build target (default.properties for Ant, Project > Properties > And

Re: [android-developers] Action bar through compatibility lib on 1.x, 2.x API

2011-04-16 Thread Brill Pappin
That explains a lot for me. I've been trying to make a few of our apps compatible with Honeycomb and was having a very hard time because i was trying to build at the min version. Someone pointed out the API Analysis plugin from http://code.google.com/p/adt-addons/ which has turned out to be a

[android-developers] Action bar: attribute for changing background color when clicking an action button?

2011-03-10 Thread Clément Plantier
Hi all, Using the Honeycomb action bar, when touching an action button, its background become orange-colored (I'm using the Holo.Light theme). I would like to override the theme to change the color of this background, but I can't find the attribute that defines this color. Does someone knows the

[android-developers] Action bar on pre-honey comb devices by using Android support-v4 library

2012-11-14 Thread ram prasad
I want to design Action bar UI on pre-honeycomb devices. After my Google i got *ActionBarSherlock library.* Can i design without using this ActionbarSherlock library. is it possible to design Action bar on pre-honey comb devices by using Android support-v4 library itself? Basically i trying to des