All Questions
Tagged with android-menu actionbarsherlock
35 questions
0
votes
1
answer
95
views
R Can Not Be Resolved To A Variable Slide Menu + Sherlock
I am trying to use Slide Menu + Action Sherlock, but I am still getting this annoying error.
I have followed the steps by importing Slide Menu, setting it as a library and create a dependency on the ...
1
vote
0
answers
486
views
How to change the background color of searchview
my searchview by default has got black background color, like below. i want the background color to be white.
I tried like this, but no luck :(. No changes in color as i observe :(
-->
<...
3
votes
0
answers
256
views
Searchview results are overlaping the keyboard
I'm using the actionbarsherlock searchview, if i type a text in suggestion view i get set of results in dropdown, but if i scroll the suggestions, the entire suggestion view overlaps on my keyboard. ...
0
votes
2
answers
136
views
ActionBarSherlock Bottom Menu - Tablet
Problem : Menu Not displayed in the bottom (displayed in top !)
ASB Library : The last version
Device : Tablet
Android OS: 4.2
menu_bottom.xml :
<menu xmlns:android="http://schemas.android.com/...
0
votes
1
answer
419
views
Custom action bar for each fragment - not menu
Let me explain first: my application is planed to use 3 activities with swipe navigation. I am using different sherlock action bar for each one of them.
But since it is not possible to swipe between ...
0
votes
1
answer
1k
views
How do I make the left menu out by clicking the actionbar Icon?
I have tried using Jeremy library with ActionBarSherlock.
Example on my xml, I have created an ImageButton which I put a "Settings" Image on the right corner of the ActionBar. So what I want is when ...
4
votes
1
answer
4k
views
How to make a custom split(bottom) menu in android
I am trying to make a split menu (with sherlock or without) and i still did not succeed.
public class MainActivity extends SherlockFragmentActivity {
ActionBarSherlock mSherlock = ActionBarSherlock....
-1
votes
1
answer
277
views
Crash when i click menu icon with slidingmenu
Using the library slidingmenu and actionbarsherlock i try to write the code to make clickable the icon in the actionbar but i get an error with crash. This is the code of toggle:
@Override
public ...
79
votes
18
answers
72k
views
How To show icons in Overflow menu in ActionBar
I know it's not possible using the native API. Is there a workaround to implement that kind of view?
-1
votes
1
answer
132
views
Unable to hide the menu items on Tabchanged
I have 3 menu items with four tabs in my app using actionbarsherlock, initially i am showing all menu items ,when i change tab 2 items should hide, but somehow its not working. below is my code
final ...
0
votes
1
answer
361
views
Theming with ABS and HoloEverywhere
I'm using HoloEverywhere and ActionbarSherlock to create my application. I've been successful in theming the listview i have in my main activity so that the color is grey instead of holo blue whenever ...
1
vote
1
answer
289
views
Set MenuItem onPressed actions Android actionbar? Preferably programmatic
I have a menu created without XML in my class files which are just icons. I'd like to remove the blue square/rectangle highlight shown when the MenuItem is pressed, and instead just change the color ...
0
votes
1
answer
340
views
ABS - Fragments - Menu inflation issue
So im getting the following problem getSupportMenuInflater() is undefined.
This project is using ActionBarSherlock and ViewPagerIndicator libraries.
I'm sure this issue is not related to my ...
0
votes
1
answer
4k
views
How can I make a fragment replace actionbar menu behavior?
Before I start, yes I have read countless related questions. I still can't seem to track down the issue.
I have a SherlockFragmentActivity:
package com.kicklighterdesignstudio.floridaday;
import ...
1
vote
1
answer
900
views
SherlockListFragment 'onCreateOptionMenu' crashes on android 2.3.3
I have a generic SherlockListFragment that is used in my App in different cases.
This fragment has a Option Menu Item ( a SearchView), here is the code of the SearchView creation:
@Override
...