At first set android:targetSdkVersion="22"
in your manifest to make your app compatible to Lollipop.
NOTE: Color of your switch depends on this
- @color/accent
Create your own theme for your app in
styles.xml in Folder values-v21
styles.xml in default Folder values or values-v14