Removed references to actionModeStyle and actionModePopupWindowStyle. It would seem the only customization options for action modes going forward is their background image<http://developer.android.com/reference/android/R.attr.html#actionModeBackground>. This is the only true regression in functionality, not that many people (if any) used it.
For the list navigation I changed the parent style to just be Widget.Holo.Spinner and Widget.Holo.Light.Spinner. There were no customized attributes in the Widget.Holo.Spinner.DropDown.ActionBar style anyway. In my values/ folder I changed all of the tab-related styles to use Widgetas their parent. The three individual styles previously used for tab styling did not have any customized attributes and inherited from Widget themselves. I also added a values-v13/ folder which contains only these three tab styles for that instead inherit from the new Widget.Holo.ActionBar.Tab___ for future compatibility. --- Jake Wharton http://about.me/jakewharton On Mon, Jul 18, 2011 at 7:59 AM, clemp6r <clemplant...@gmail.com> wrote: > How did you fixed this? > > On Jul 16, 11:18 pm, Jake Wharton <jakewhar...@gmail.com> wrote: > > I managed to fix these up fairly easily. I can only assume the removed > > styles were not meant to be public yet and that the styling of action > modes > > is being limited to provide a more consistent experience. > > > > The missing attributes definitely need to be on the API differences > report > > at the very least. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en