Redesign the Actionbar to use native Android Actionbar
With API >= 11 Google introduced a native actionbar framework in Android, wich provides many advantages compared to our self made one. It adapts to different screen sizes, showes more or less buttons, depending on the size, makes the app look native even in Android 4.0,...
more see here: http://
and here: http://
http://
One problem was, that the Actionbar is only available in API >=11, but it seems to be working from SDK 4 upwards when using the approach shown here in an sample program from google:
http://
http://
So in prinzipal, it seems like the redesign of Android is just a little copy paste from the sample programm into our code ;-)
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for beta
- Implementation:
- Implemented
- Milestone target:
- 0.7.4
- Started by
- Stefan Hammer
- Completed by
- Stefan Hammer