You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
I want to use ActionBarSherlock, but I need the features of Appcompat library. For example ActionBarSherlock does not have SwitchCompat widget, which Appcompat does. Also ActionBarSherlock does not have compatibility attributes to customize color of statusbar, which are a must too.
You shouldn't force people to remove Appcompat from their project if they want to use your library, or at least implement all missing features.
The text was updated successfully, but these errors were encountered:
@JakeWharton that should be awesome, but they do not. If you just read my question before closing it, you'd realize that ActionBarSherlock does not have a set of important features from AppCompat. But it has the SpinnerICS widget which I wanted to use. They should not be used together once one of them covers functionality of the other. Currently it does not.
That widget is in the internal package and not part of the public API.
On Feb 3, 2015 9:03 AM, "metalurgus" notifications@github.com wrote:
@JakeWhartonhttps://github.com/JakeWharton that should be awesome, but
they do not. If you just read my question before closing it, you'd realize
that ActionBarSherlock does not have a set of important features from
AppCompat. But it has the SpinnerICS widget which I wanted to use. They
should not be used together once one of them covers functionality of the
other. Currently it does not.
—
Reply to this email directly or view it on GitHub #1121 (comment)
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use ActionBarSherlock, but I need the features of Appcompat library. For example ActionBarSherlock does not have SwitchCompat widget, which Appcompat does. Also ActionBarSherlock does not have compatibility attributes to customize color of statusbar, which are a must too.
You shouldn't force people to remove Appcompat from their project if they want to use your library, or at least implement all missing features.
The text was updated successfully, but these errors were encountered: