I want to give my app a facelift to use the Holo-Theme, even for old devices (SDK 8 and up). So I tried to add the libraries "ActionBarSherlock" and "HoloEverywhere" to my app.
My Problem now is that I have to extend my class to the "SherlockActivity" instead of the "Activity". But I am using the Google Licensing also. So I have already extended my class to the "LicenseCheckActivity". I can not extend twice.
So what should I do to use both (GoogleLicensing AND the SherlockActivity)?