-
When I run the sample project, I'm getting a Nullpointerexception for this function. progressBarAnimator.setupEndValues();
03-28 18:04:21.718: E/AndroidRuntime(32572): Caused by: java.lang.NullPointe…
-
I downloaded and imported your library , but just after the import i gave me errors inside the library itself
List of errors
Unable to find class ViewHelper
Unable to find class AnimatorSet
Unable …
-
Great Library man just what I was looking for I would just like to put out one enhancement, on big list's I think its known that the scrolling is very laggy even on really beefy devices. I will take a…
-
I am using this library to implement side navigation like facebook app.
It's really easy to setup. I have a framelayout with content view and menu view. The content view sits on top of the menu view.…
-
Hi,
First of all thanks for sharing this compatibility library with the community. I am using _NineOldAndroids_, basically to solve this [particular problem](http://stackoverflow.com/questions/105132…
-
Package package com.actionbarsherlock.internal.nineoldandroids.animation contains 3 classes (KeyframeSet, ObjectAnimator and ValueAnimator) which are concatenating a String variable in a for loop insi…
-
When using collapsed tab navigation via following code a crash occurs when starting the action mode. crash log below
getSupportActionBar().setDisplayShowHomeEnabled(false);
getSupportActionBar().setD…
-
I am using tabs with a split action bar, and I collapse the action bar. To avoid the title and logo being displayed briefly before the tabs load, I use the following style (setting 'displayOptions' to…
-
On. Android 2.3.3 "android-10" Emulator
This is seems to be a regression from the "official" RC1 demo apk.
```
02-18 11:37:58.505: I/ActionBarSherlock(1527): Registering ActionBarSherlockCompat with…