-1

I have got an Android app that I built a while ago and that was built for Android 2.3.3. The problem is that i looks very clunky as it uses those old 2.3.3 buttons and text edits.

My question: Is it possible to change the look to Android 4.0? I mean, can I update the app so that it looks different by just making minor tweaks?

user1420042
  • 1,689
  • 9
  • 35
  • 53

3 Answers3

1

Yes you can updated your application & use various theme given by Android SDK.For More Information Read This Link

Rishabh Agrawal
  • 861
  • 2
  • 15
  • 25
1

You could try HoloEverywhere. It brings the default Holo dark/light Theme to Devices with Android 2.1 to 2.3 .

Ahmad
  • 69,608
  • 17
  • 111
  • 137
0

Try to use Theme.DeviceDefault for your theme. This will make your app to use Android 4.0 theme on devices with Android 4.

amukhachov
  • 5,822
  • 1
  • 41
  • 60