[android-developers] How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-09 Thread Jean-Michel
Hi guys, I just (late and fairly stupidly) realised that one of the big differences of Honeycomb is the lack of always there standard buttons (home, back, search, menu). Home seems to be there all the time, as well as back (at least it is for my app). I found out how to get my menu back (target

Re: [android-developers] How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-09 Thread Mark Murphy
On Sun, Oct 9, 2011 at 4:58 PM, Jean-Michel jeanmichel.caz...@gmail.com wrote: I found out how to get my menu back (target a SDK below 11) Your options menu, with targetSdkVersion=11 or higher, will be in the action bar, on the right. but I have been Googling for last 3 hours in order to

Re: [android-developers] How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-09 Thread Ralph Bergmann | the4thFloor.eu
take a look at http://developer.android.com/guide/topics/search/search-dialog.html#UsingSearchWidget and http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.html Am 09.10.11 22:58, schrieb Jean-Michel: Hi guys, I just (late and