Hi All
developing an app that is close to completion, just the cosmetic side to touch up. Going to release through google so I was reading their guide and it seems that I must have an action bar, this is where I fall down. I see loads of libraries etc but using them still never shows an action bar.
I have the v4 support library and all the relevant libraries depending which actionbar I have tried to use. My manifest is set to the right targets.
when I use the standard bar with activity.addmenuitem3 it adds the icon to my current menu which on my htc m8 is accessed by longpress on the home button and no action bar is seen.
all I want is an action bar with the 3 dots for a menu an app icon and title and the back(<) nav at the top left I thought it would be easy, which means it probably is and I have missed something blindingly obvious.
developing an app that is close to completion, just the cosmetic side to touch up. Going to release through google so I was reading their guide and it seems that I must have an action bar, this is where I fall down. I see loads of libraries etc but using them still never shows an action bar.
I have the v4 support library and all the relevant libraries depending which actionbar I have tried to use. My manifest is set to the right targets.
when I use the standard bar with activity.addmenuitem3 it adds the icon to my current menu which on my htc m8 is accessed by longpress on the home button and no action bar is seen.
all I want is an action bar with the 3 dots for a menu an app icon and title and the back(<) nav at the top left I thought it would be easy, which means it probably is and I have missed something blindingly obvious.