ActionBarSherlock is an extension of the compatibility library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.
1
vote
0answers
14 views
onPrepareOptionsMenu is not called
I'm having trouble getting onPrepareOptionsMenu() to work correctly. No matter what I try, I can't get it to be called.
The architecture of my application is as follows: my main Activity contains a ...
0
votes
0answers
20 views
action bar takes up entire screen
I am using Action Bar Sherlock for compatibility with earlier versions of Android. My objective is to not display the app title in the action bar, but to show a logo on the left and a couple of action ...
0
votes
0answers
11 views
Android - what should be the ActionbarSherlock style configuration?
I have 3 styles.xml files in these folders:
res/values:
<style name="CustomTheme" parent="Theme.Sherlock.Light">
<item name="android:windowBackground">@color/white</item>
...
0
votes
1answer
15 views
AsyncTask and Fragment Exception android.view.WindowManager$BadTokenException
The fragment should download json in the asynctask with the name and image and diaplay them in the gridview
this is the exception I got
06-17 16:34:30.207: W/dalvikvm(689): threadid=1: thread exiting ...
0
votes
0answers
21 views
ActionBarSherlock tabs customization
I'm using ActionBarSherlock in my application. I would like to use icons/images in the actionbar instead of the default tabs. But unfortunately the images/icons I used by using .setIcon(), I find that ...
0
votes
0answers
12 views
Android ActionbarSherlock - problems adding sharing widget and list-navigation in the actionbar
I added the ListNavigation and the Sharing widget to the ActionBar.
But I think I didn't quite do it correctly and it causes the screen to constantly refresh.
Here is what I did:
public void ...
0
votes
0answers
16 views
How to make transparent background of the SherlockActionbar TABS only?
I'm creating a application using Sherlock Action Bar.
I'm adding new tabs and want their background to be fully transparent
In my theme i have
<style name="MyActionBarBlank" ...
0
votes
0answers
36 views
Project compiles successfully, but I get exception about missing drawable
I had my project running in Eclipse, I tried converting it to Android Studio. However, I also downloaded (via github) the latest HoloEverywhere library, and updated contrib/ with ActionBarSherlock ...
1
vote
0answers
10 views
Spinners in ActionBarFragment Sherlock
@Override
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
// TODO Auto-generated method stub
super.onCreateOptionsMenu(menu, inflater);
MenuInflater blowup = ...
0
votes
1answer
16 views
Undefined onKeyDown inside SherlockFragment
Im getting the following error when using the below code
The method onKeyDown(int, KeyEvent) is undefined for the type SherlockFragment
public boolean onKeyDown(int KeyCode, KeyEvent event) {
...
0
votes
1answer
20 views
Fragments disappears after resuming
I have a main activity which has actionbarsherlok tabs.Three fragments are placed inside these tabs.After pressing home button and I resume the application immediately from background all fragments ...
0
votes
0answers
12 views
Android ActionbarSherlock - is it possible to place the share call to action right next to the pulldown navigation?
I just got the pulldown navigation to work with ActionbarSherlock. Here is how it looks like:
And what I am wondering is whether I can put the sharing widget right next to the pulldown on the same ...
0
votes
0answers
30 views
onItemLongClick fails with API 17
I'm working on an application using ActionBarSherlock. I've got multiple tabs in it. Each tab has a list view. I've implemented an onItemLongClickListener to display a toast message whenever an user ...
0
votes
0answers
12 views
ActionBarSherlock ShareActionProvider add custom button
Is it possible to add a custom service to the ActionBarSherlock ShareActionProvider? I want to add a Facebook button and use that with the Facebook SDK.
0
votes
1answer
39 views
Viewpager + Actionbarsherlock not compiling the android-support library
I am trying to use the viewPager + Actionbarsherlock at the same time in my project. But everytime I build I get 74 errors. All complaining about things like
import ...
0
votes
1answer
21 views
Show hint near the action bar
I'm using ActionBarSherlock. When longpressing the action bar icon, a hint appears near that icon. How do I invoke the display of such hint near the action bar with custom text manually?
0
votes
1answer
28 views
Helpful Sherlock Fragment ListView examples or advice
I'm looking for some ideas on how to do a simple listview with images while inside a SherlockFragment class; Which is then loaded into a ViewPager fragment. I've tried several examples listed below, ...
1
vote
1answer
39 views
Starting activity from fragment force closes app
I am using ActionBarSherlock to display a couple of fragments. One of the fragments has a button which calls another activity. Clicking the button shows the new activity biefly before the app force ...
0
votes
1answer
39 views
Cannot create actionbar menu item using actionbarsherlock
I'm having trouble with using menu item on action bar using slidingmenu library with actionbarsherlock.
Anyone can help?
Here is the code
@Override
public boolean onOptionsItemSelected(MenuItem ...
0
votes
1answer
13 views
ActionBar tabs with MapView
I've created app using SherlockActionBar tab. One with my tabs contains MapView (Google Maps v2). Currently I have problem when I change tabs (screen below):
enter link description here
Next tab ...
0
votes
1answer
53 views
getSupportActionBar() returns null
I'm learning to use slidingmenu library. So far, I could use viewpager with 2 fragment. But I cannot use actionbar tab to navigate these fragments.
Here is my code
@Override
public void ...
0
votes
0answers
15 views
Legacy menu is not showing in android
I am developing an app with actionbarsherlock. Because i need to add compatibility for device under 3.0. In main(first) activity i need to hide actionbar (for design issue). Also that activity has an ...
0
votes
0answers
30 views
Content not Sliding on Android:MenuDrawer
I am using https://github.com/SimonVT/android-menudrawer within my project
I also tried to this one http://stackoverflow.com/a/16143153/1681154 but it gives error on
mMenuDrawer = ...
2
votes
0answers
117 views
+100
Move the actionbar sherlock with drawer navigation menu
I have implemented the new drawer with actionbar sherlock, and appretantly the actionbar stays at the same state.
I have implemented the ActionBarDrawerToggle interface to handle the open/close ...
0
votes
0answers
9 views
If I am using a ListView Fragment with ActionBar Sherlock and want to use getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);
If I am using a ListView Fragment with ActionBar Sherlock and want to use getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);
Where should I place it in my code where it will work right away ...
0
votes
1answer
24 views
How do I refer an aar file in the gradle.build script?
I have an aar file, specifically actionbarsherlock.aar. Gradle has built it successfully (or so it seems).
How do I refer that aar file in my project's gradle.build so I can remove the sherlock ...
0
votes
1answer
16 views
Sherlockaction Bar NAVIGATION_MODE_TABS Changes on orentation?
When changing from a vertical view to a horizontal view, the NAVIGATION_MODE_TABS will automatic changes to a list? May i know how do i fix this to NAVIGATION_MODE_TABS ?
1
vote
0answers
12 views
ActionBarSherlock menu button triggers onOptionsItemSelected in another fragment
I have two menu buttons in separate fragments as shown in the codes below. Strangely, when I press the button ("Home") in the first fragment (and of course, the button in the second fragment), it ...
0
votes
0answers
30 views
Home Up button with custom view for sherlock action bar
My code is:
ActionBar actionBar = getSupportActionBar();
actionBar.setDisplayShowHomeEnabled(true);
actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM);
actionBar.setHomeButtonEnabled(true);
...
0
votes
1answer
45 views
ActionBarSherlock leads to icons get stretched
We have started integrating ActionBarSherlock into our app. Everything looks great, it's a really great lib, that gets in easily. But, there's one issue we don't know how to solve:
Some of the icons ...
1
vote
1answer
22 views
How to build Sherlock with gradle from command line?
I'm trying to build Sherlock with Gradle from command line. I'm trying to build the Sherlock library itself. Here's what I did:
1) I used Eclipse File|Export|Create Gradle build files and got me a ...
2
votes
1answer
39 views
How do i set my menu buttons location
So what i want to do, is to have that menu button that we all know, to be displayed in the top right corner.
And as I've searched online, I found that actionbar Sherlock kind of suites my needs.
...
0
votes
1answer
25 views
How to move ActionBar when sidebar opens?
I have a SideBar in my android app which opens when the user clicks on a button. But in the activites which contain ActionBar too, when the SideBar opens, the ActionBar stays at the top while the rest ...
0
votes
1answer
19 views
How to create an OK/Submit button in the ActionBar?
I actually have two questions:
Is there a way to mark a menu item in the ActionBar as the OK/submission button, or is it just a regular item?
Is there a built-in theme for an OK button in the ...
0
votes
1answer
41 views
Crash with android:background=“?activatedBackgroundIndicator”
I have a problem related to this statement with ActionBarSherlock:
android:background="?activatedBackgroundIndicator"
The problem is, If I use this value in a layout like this:
<RelativeLayout ...
0
votes
1answer
26 views
Actionbarsherlock setup in eclipse
I'm finally getting around to using actionbarsherlock and every video / tutorial I see says to download the zip file and create a new project from existing source and select the Library folder ( this ...
0
votes
1answer
20 views
ActionbarSherlock getting Actionbar size
I'm using ActionbarSherlock 4.3.1 for compatibility to API 8. I use an overlay Actionbar:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
0
votes
2answers
22 views
ActionBar Sherlock Progress Bar in Icon space
I am using an Action bar in my project. I am displaying a progress bar via the below approach.
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
...
1
vote
0answers
21 views
Alternative to ActionBar jerk on show/hide
I am looking to hide the Sherlock action bar on single tap and show it when user does another single tap thus showing/hiding on alternating single tap.
The code for showing and hiding is:
...
0
votes
0answers
17 views
Is it possible to create custom view for ActionBar SubMenu?
I want to create ActionBar sub-menu item with custom layout or view.
Something like: ImageView - TextView - ImageView
It is possible to create MenuItem with custom layout or view, but I wasn't able ...
0
votes
3answers
44 views
Where are the drawables or clipart from android.R.drawable stored?
I am integrating ActionBarSherlock in my app and I want to have some menus with some items and its respective icons.
I have looked into samples and documentation, and everything seems to be clear, ...
0
votes
0answers
9 views
Snippet to autohide tabs in actionBarSherlock
Can anyone provide a snippet on how to allow the title tabs from fragments to autohide?
I would like the tabs to hide after a certain delay(2 secs) then when the upper area of the screen is tapped, ...
0
votes
0answers
14 views
Fragment view in 2nd Tab still showing on 1st Tab
I'm implementing an ABS SherlockFragmentActivity with two tabs. Inside each tab is a Fragment. My TabListener performs a detach() in onTabUnselected(), which, as far as I am aware, will subsequently ...
0
votes
1answer
71 views
Android Studio Manifest Missing Error
I'm trying to figure out what I've done to my project. I recently added ActionBarSherlock to my project under the main project/library/ActionBarSherlock. When I did that something happened to my ...
0
votes
1answer
25 views
Android - Benefit of using actionbar over a view?
Recently I've heard the recommendation of using actionbar to manage user actions and navigation in the app.
However to implement this and have my app be compatible with lower versions I have to use ...
0
votes
1answer
21 views
Admob NullPointer for MenuItem ActionBarSherlock
I'm doing an app using ActionBarSherlock, fragments and Admob ads. The app works fine without the ads. It also works fine after I add the Admob jar file to the project, after I update my manifest ...
0
votes
0answers
27 views
Android sub menu with actionLayout is not visible
I want to display custom sub-menu item.
Menu is inflated and menu items are created. But sub-menu that was created with android:actionLayout is empty/blank.
I'm using ActionBarSherlock 4.3.
What am ...
-2
votes
0answers
39 views
how to use the only HoloEverywhere library in android? [closed]
I'm new to these libraries:
1)Holoeverywhere
2:ActionSherlock.
I have some trouble using them together,
so I want to use just Holoeverywhere.
how to use?
Thanks
0
votes
0answers
41 views
Issue using google map apiV2 full screen in SherlockFragmentActivity with actionBarSherlock
I am having issue trying to use GoogleMapApi V2 with the same code that i use in other applications. All i want is to do StartActivity(MapActivityFragment); without errors
I have those permissions
...
0
votes
0answers
14 views
using dividers on LinearLayout for pre-honeycomb versions
I'm trying to use the dividers feature for linearLayout, even on older versions of android.
for this, i've found out that actionBarSherlock has a nice class called ...


