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

2012-11-14 Thread Nitin Sethi
Using just the Support library won't help. You need to do UI changes on the app title bar. Have a look at the source code of Actionbar Sherlock library to get a head start. On Thursday, 15 November 2012 12:22:59 UTC+5:30, Ram wrote: > > > I want to design Action bar UI on pre-honeycomb devices.

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

2012-08-01 Thread Justin Anderson
> > check android-expert.blogspot.com > Is this your blog? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 1, 2012 at 1:04 AM, Meena Rengarajan wrote: > let me try by watching Sherlock youtube once . Anyways thankyou so much ! > > > On Wed, Au

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

2012-08-01 Thread Meena Rengarajan
let me try by watching Sherlock youtube once . Anyways thankyou so much ! On Wed, Aug 1, 2012 at 12:29 PM, Kostya Vasilyev wrote: > Sherlock runs on android 2.1 and above. > > Not sure what you mean by "other youtubes" - AFAIK, there is only one. > 01.08.2012 10:49 пользователь "Meena Rengarajan

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

2012-08-01 Thread Meena Rengarajan
Thankyou for helping me !!! On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, 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 Dev

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

2012-07-31 Thread Kostya Vasilyev
Sherlock runs on android 2.1 and above. Not sure what you mean by "other youtubes" - AFAIK, there is only one. 01.08.2012 10:49 пользователь "Meena Rengarajan" написал: > Not clearly given in Sherlock youtube based on Android 2.2 . Any other > youtubes are there . Can anyone tell me .. > > On We

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

2012-07-31 Thread Rocky
yes, U cant, but u can try it by some R&D might be possible. create project on 4.0 give the minSDK 8 (2.2) set Target 14. try it. On Wed, Aug 1, 2012 at 12:16 PM, Meena Rengarajan wrote: > Yes, Action Bar added in 3.0 and 4.0 versions . So i guess cannot be done > in Android 2.2 version > > >

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

2012-07-31 Thread Meena Rengarajan
Not clearly given in Sherlock youtube based on Android 2.2 . Any other youtubes are there . Can anyone tell me .. On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: > > How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can > anyone tell me .. > --

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

2012-07-31 Thread Meena Rengarajan
Yes, Action Bar added in 3.0 and 4.0 versions . So i guess cannot be done in Android 2.2 version On Wednesday, August 1, 2012 12:06:03 PM UTC+5:30, RKJ (Android developer) wrote: > > ActionBar added in Android 3.0 (API level 11). > > > On Wed, Aug 1, 2012 at 12:02 PM, Meena Rengarajan > wrot

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

2012-07-31 Thread Rocky
ActionBar added in Android 3.0 (API level 11). On Wed, Aug 1, 2012 at 12:02 PM, Meena Rengarajan wrote: > I am not sure , is it possible to create action and navigation bar in > Android 2.2 ? can anyone help me > > > On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: >>

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

2012-07-31 Thread Kostya Vasilyev
Action Bar Sherlock. Google for it. 01.08.2012 10:33 пользователь "Meena Rengarajan" написал: > I am not sure , is it possible to create action and navigation bar in > Android 2.2 ? can anyone help me > > On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: >> >> How to get

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

2012-07-31 Thread Meena Rengarajan
I am not sure , is it possible to create action and navigation bar in Android 2.2 ? can anyone help me On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: > > How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can > anyone tell me .. > -- You receive

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

2012-02-06 Thread Zsolt Vasvari
I created a Bug report for this: http://code.google.com/p/android/issues/detail?id=25176 On Feb 6, 1:01 pm, Nikolay Elenkov wrote: > 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 b

[android-developers] Re: Action Bar

2011-11-24 Thread b0b
The problem is that the emulator does not emulate the "no hardware buttons" which make things very hard to visualize and test unless you own a Galaxy Nexus. That, and showIfRoom is really a fuzzy concept. I expect there will be many apps targetting Honeycomb that will look initially funny under

[android-developers] Re: Action Bar

2011-11-24 Thread Michael A.
FWIW, I have users who have complained about this since I switched to target-SDK=14. Action bar is there, but no menu overflow button. Very annoying, but unfortunately I do not have any device on which I can replicate the issue. Regards, Michael A. -- You received this message because you ar

Re: [android-developers] Re: Action Bar

2011-11-24 Thread Mark Murphy
On Thu, Nov 24, 2011 at 2:26 AM, tobias wrote: > So unless you can live with the significantly smaller screen-real- > estate that the Action Bar will leave you with, the only solution > seems to be to leave the target-SDK setting at 9, as to ensure Android > will always display a menu key on the s

[android-developers] Re: Action Bar

2011-11-23 Thread tobias
So what's the verdict on this? I have an app that runs in landscape. Running this even on a large size phone with Ice Cream Sandwich (on the Emulator right now for lack of access to a real device), the Action Bar takes up a major amount of space on the screen. Add an AdMob Banner to this, and there

Re: [android-developers] Re: Action Bar

2011-11-23 Thread Mark Murphy
On Wed, Nov 23, 2011 at 7:03 AM, tobias wrote: >> There are no 3.0/3.1 -large devices. The ~7" tablet size was not >> supported until Android 3.2. > > From what I can see Google TV runs on Android 3.1, and is reacting as > a large device. Not to sure on this though as there are a number of > devic

[android-developers] Re: Action Bar

2011-11-23 Thread tobias
> There are no 3.0/3.1 -large devices. The ~7" tablet size was not > supported until Android 3.2. >From what I can see Google TV runs on Android 3.1, and is reacting as a large device. Not to sure on this though as there are a number of devices out and I don't know how all of them react. -- You

[android-developers] Re: Action Bar

2011-11-22 Thread Zsolt Vasvari
Well, FWIW, looks like an SDK Level 15 is in works. If you now look at your published apps' APK, it says something like "API level: 4-15+", where it, a few days ago, used to say "API level: 4-13+" So hopefully, some of these issues will quickly be resolved in a new SDK Level, just like how 3.0 an

Re: [android-developers] Re: Action Bar

2011-11-22 Thread String
Being fortunate enough to live in the land of the Galaxy Nexus Launch, I can speak to some of this. The GN has three places it will put a soft menu button, none of which are represented in the 4.0 emulator, unfortunately. Presumably, because it doesn't have some build flag set to say "there's n

Re: [android-developers] Re: Action Bar

2011-11-22 Thread Mark Murphy
On Tue, Nov 22, 2011 at 6:19 AM, Royston wrote: > Bearing in mind ICS upcoming devices, do you > consider it safe to assume that if a particular device does not show a > menu icon in the ActionBar then it will definitely put a menu icon > somewhere else? I guarantee you that every device has a st

[android-developers] Re: Action Bar

2011-11-22 Thread Royston
Mark, Perhaps I could ask for an opinion here. I was intending to publish two version of an App, one pre-honeycomb and one honeycomb and beyond. With respect to the honeycomb devices I will be using Theme "android:Theme.Holo". Bearing in mind ICS upcoming devices, do you consider it safe to ass

Re: [android-developers] Re: Action Bar

2011-11-21 Thread Mark Murphy
On Mon, Nov 21, 2011 at 9:12 AM, Royston wrote: > Mark, > I have set the api version to 14 and also set targetSdk to 14 in the > manifest, using Holo theme. On a "normal" size ICS device I get an > Action bar without menu, I do get a navigation bar but there is no > access to menu there. Looks lik

[android-developers] Re: Action Bar

2011-11-21 Thread Royston
Mark, I have set the api version to 14 and also set targetSdk to 14 in the manifest, using Holo theme. On a "normal" size ICS device I get an Action bar without menu, I do get a navigation bar but there is no access to menu there. Looks like it must still be expecting a hardware menu on such a devi

Re: [android-developers] Re: Action Bar

2011-11-21 Thread Mark Murphy
On Mon, Nov 21, 2011 at 5:29 AM, Royston wrote: > In a similar I have tried the app in a Ice Cream Sandwich "Normal" > emulator. I presume that there will be eventually such a device. The > same problem exists here in that with Holo theme there is no access to > menu. What is the best practice  fo

[android-developers] Re: Action Bar

2011-11-21 Thread Royston
Thanks all for the speedy responses (he says rather cloyingly in the hope that such help continues!) In a similar I have tried the app in a Ice Cream Sandwich "Normal" emulator. I presume that there will be eventually such a device. The same problem exists here in that with Holo theme there is no a

[android-developers] Re: Action Bar

2011-11-20 Thread Zsolt Vasvari
I ran into the same problem, but not until 3.2 as Mark is saying. I believe the first (and only?) Large 3.2 device is the Galaxy Tablet 7 Plus. There have been many other 7" tablets, but they were running Gingerbread or earlier. On Nov 21, 5:28 am, Mark Murphy wrote: > On Sun, Nov 20, 2011 at

Re: [android-developers] Re: Action Bar

2011-11-20 Thread Mark Murphy
On Sun, Nov 20, 2011 at 4:24 PM, Royston wrote: > It appears you are correct. If i run up a "large" emulator at 3.2 I > get the menu option but not at 3.1 or 3.0. I am not quite sure what > one should do to manage this situation. If there exists a 3.1 or 3.0 > Large device, there would be no acces

[android-developers] Re: Action Bar

2011-11-20 Thread Royston
Mark, It appears you are correct. If i run up a "large" emulator at 3.2 I get the menu option but not at 3.1 or 3.0. I am not quite sure what one should do to manage this situation. If there exists a 3.1 or 3.0 Large device, there would be no access to menus. Any advice on how to deal with this wou

[android-developers] Re: Action Bar

2011-11-20 Thread Royston
Mark, It appears you are correct. If i run up a "large" emulator at 3.2 I get the menu option but not at 3.1 or 3.0. I am not quite sure what one should do to manage this situation. If there exists a 3.1 or 3.0 Large device, there would be no access to menus. Any advice on how to deal with this wou

Re: [android-developers] Re: Action Bar

2011-11-19 Thread Mark Murphy
On Sat, Nov 19, 2011 at 6:19 AM, Royston wrote: > But on a Large emulator I still get this behavior i.e. no menu > overflow icon so no obvious access to menus! Which SDK are you using? IIRC, -large support was not added until 3.1 or 3.2. -xlarge was there from 3.0, and I have several examples dem

[android-developers] Re: Action Bar

2011-11-19 Thread Royston
But on a Large emulator I still get this behavior i.e. no menu overflow icon so no obvious access to menus! Regards Roy On Nov 16, 12:17 pm, Mark Murphy wrote: > On Wed, Nov 16, 2011 at 4:15 AM, Royston wrote: > > I am building an application and attempting to follow guidelines and > > use the

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

2011-09-20 Thread Anto-Karou
Hey, I found this https://github.com/johannilsson/android-actionbar easier to integrate and less bulky as actionbarsherlock. You can try it out as well. Cheers On Sep 19, 6:36 pm, Paulo Fabiano Langer wrote: > Hi everybody, how could I create an action bar on android 2.3? > I have searching for i

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

2011-06-30 Thread Mark Murphy
On Thu, Jun 30, 2011 at 11:49 AM, Yip wrote: > I'm now wondering if Fragments are the right way to go. According to > the design I have, every tab has different fragments, none of which > can be reused. Fragments are primarily designed for reuse between different layout structures for phone vs. t

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

2011-06-30 Thread Yip
I'm now wondering if Fragments are the right way to go. According to the design I have, every tab has different fragments, none of which can be reused. I would also like this app to work on earlier versions. I'm aware that Fragments are backward compatible till v4. I'm also aware that there are ex

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

2011-04-15 Thread RS
Oh well then I think the expected fragment*support work good on pre- HC. Just got a bit greedy to see if the action bar can show up on top replacing the title bar (as in HC). Thanks for your reply. On Apr 15, 10:55 pm, Dianne Hackborn wrote: > The compatibility library provides fragments and lo

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

2011-04-15 Thread Mark Murphy
On Fri, Apr 15, 2011 at 12:36 PM, RS wrote: > Thanks Mark, shall try it out. Is that example (on git) for 3.0 only > or would it work on pre-honeycombs with the compatibility lib changes? Any of my sample projects that end in BC -- such as that one -- are backwards-compatible to older Android ver

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

2011-04-15 Thread RS
Thanks Mark, shall try it out. Is that example (on git) for 3.0 only or would it work on pre-honeycombs with the compatibility lib changes? On Apr 15, 4:00 pm, Mark Murphy wrote: > On Fri, Apr 15, 2011 at 10:47 AM, RS wrote: > > Is the compatibility library expected to help with action bar on pr

[android-developers] Re: Action Bar

2011-03-28 Thread chitgoks
were you able to use this? im having problem what do to next after i import greendroid as library project -- 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 unsubscri

[android-developers] Re: Action Bar

2011-03-10 Thread rishabh agrawal
THANKS SIR... On Mar 10, 9:27 pm, Jake Wharton wrote: > Try a third > party > library . -- You received this message because you are subscribed to the Goog

[android-developers] Re: Action Bar

2011-03-10 Thread Jake Wharton
Try a third party library . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

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

2011-03-10 Thread Clément Plantier
Well the answer was simple: the attribute is "background". I use the following drawable to specify a red background color when clicking the button: http://schemas.android.com/apk/res/android"; android:exitFadeDuration="@android:integer/config_mediumAnimTime">