0

I am checking my app in ICS and i notices that my checkboxes, that were gray in previous version, are currently black. This is problematic because the background is also black.

How can i apply the style of previous versions (such as Honeycomb) to my checkboxes?

Erik Sapir
  • 23,209
  • 28
  • 81
  • 141
  • If you have custom background, then you should use custom checkbox button to avoid such cases.. Else have a transparent or default background – Ron Jul 22 '12 at 09:15
  • I want to use the default background of previous versions – Erik Sapir Jul 22 '12 at 09:17

1 Answers1

1

How can i apply the style of previous versions (such as Honeycomb) to my checkboxes?

This is not possible. You will need that background as resource in your project locally. You cannot access old versions android resources from system.

Ron
  • 24,175
  • 8
  • 56
  • 97