When I use
compile 'com.android.support:design:22.2.0'
I don't know which is the style because I remove
compile 'com.android.support:appcompat-v7:22.2.0'
So I have to use other style
resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="windowActionBar">false</item>
</style>
Any idea? Thanks in advance.