1

I'm using the SwitchCompat library in my app but it seems to be missing the thumb image on certain devices. (4.2.2, 4.1, 4.3 are the devices i tested on.) Instead it just displays the track with nothing indicating whether the switch is on or off.

enter image description here

Robert
  • 37,670
  • 37
  • 171
  • 213
user3169791
  • 351
  • 2
  • 3
  • 9
  • How did you attach `appcompat-v7` to your project? – CommonsWare Oct 24 '14 at 16:21
  • I added it as a dependency in my build.gradle file. `compile 'com.android.support:appcompat-v7:21.0.+'` Is that correct? or is there another appcompat support library i should be including? – user3169791 Oct 24 '14 at 16:28
  • No, that should be OK. I was concerned that perhaps you were using on Eclipse, and you only copied a JAR into `libs/` or something and therefore were missing resources. – CommonsWare Oct 24 '14 at 16:32
  • 2
    I ran into this myself, and filed a bug report: https://code.google.com/p/android/issues/detail?id=78262 – znggo Oct 27 '14 at 11:35

1 Answers1

2

This is a bug. I have confirmed it on my Nexus 7. and as znggo has pointed out, He did file a bug report here.

Community
  • 1
  • 1
ShawnV
  • 168
  • 4