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.
Asked
Active
Viewed 1,032 times
1
-
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
-
2I 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