Manuel Lehner
Manuel Lehner
I can not see an error in the above code. This seems to be our example code. So it should work. Are you sure, `onCreateOptionsMenu` gets called?
Referring to the example project, calling `win.activity.invalidateOptionsMenu();` triggers the system to call `onCreateOptionsMenu` again.
Hey Rainer :) the actionbar color is set with: ``` abx.setBackgroundColor('#2E7CBD'); ```
Hi Lars, it's not yet possible but I'll leave this open as a feature request. Since we are already using Spannables this might not be that difficult to implement. I'll...
I know what you mean. This would be awesome indeed. And it should be possible. I only need more spare time ;)
The indicator is not intented to change its width. Right now, the widget assumes every tab has the same width. So we would need a dynamic width that applies while...
@invaderhd just came across this through https://github.com/ricardoalcocer/actionbarextras/issues/87 Try updating to 1.1.6 if you are using 4.1.0.GA This should be fixed here #173 /cc @PietroGranati
I've just had a look at this as @mattapperson pointed me here on twitter. I'm afraid that this change would disable most of the existing API. With the native drawer...