No pre-built ActionBar for Android pre-3.0?
        Posted  
        
            by 
                Ollie C
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ollie C
        
        
        
        Published on 2011-03-07T16:07:15Z
        Indexed on 
            2011/03/07
            16:10 UTC
        
        
        Read the original article
        Hit count: 307
        
I note the release a few days ago of the static library bringing fragments to Android versions prior to 3.0, but does this library include the ActionBar? I suspect not.
I assume that for an app that will work on pre-3.0 versions, that it needs a hand-built ActionBar implementation for versions up to 2.3 and then to use the OS default ActionBar in v3.0?
for some reason I assumed the library had ActionBar in it, but as I dig further I'm not finding any evidence of its presence.
© Stack Overflow or respective owner