The thumb for my Switch-button seems to get skewed(for on&off state). There were similar problems on github, but those were for people making libraries to support Switch
For Custom Switch (Like IOS switch) I tried below Steps:
Create a drawable track_selector.xml:
Create a drawable thumb_selector.xml:
In your layout :
Its working fine for me.