-1

apologies, since i am a newbie on stackoverflow, i couldn't post pictures properly.

i have implemented ActionBarSherlock with "tabs+swipe" navigation on Android 2.3. my aim is to have as-pure-as-possible ICS-experience on Gingerbread. however, native Gingerbread UI widgets still show up, as seen from THE GREEN STARS on this picture:

so the question is:

  • how can i make Gingerbread display a set of native Ice Cream Sandwich UI widgets easily? (i.e., without the fuss of creating everything is a 'custom' manner.)

notes on the picture, so that i don't confuse you:

  • the point of interest in the GREEN STARS, which is part of a native Gingerbread UI widget.
  • that is my physical Android 2.3.3 tablet.
  • it appears with a bottom-of-the-screen-control-bar which closely resembles honeycomb, but that bar is actually just an OEM UI product.
Community
  • 1
  • 1
easoncxz
  • 261
  • 1
  • 4
  • 12
  • [HoloEverywhere](http://www.holoeverywhere.com/) is what I am thinking you're looking for **BUT** do not flog the UI as ICS as that is mis-leading! – t0mm13b Sep 09 '12 at 00:03
  • @t0mm13b sorry i couldn't understand that. do you mean that i should say "i am looking for a way to implement Holo themes on Gingerbread"? – easoncxz Sep 09 '12 at 00:54
  • No, what I mean is, do not be promoting it as an ICS app... :) – t0mm13b Sep 09 '12 at 01:01

1 Answers1

0

I believe the HoloEverywhere project gives you the ability to use Holo-themed widgets on older devices: https://github.com/ChristopheVersieux/HoloEverywhere

jebcor
  • 141
  • 4