I use appcompat v22.1.0 in my App and use Toolbar. Everything was fine when I use Theme.AppCompat.Light.NoActionBar. When I start implement AlertDialog
Theme.AppCompat.Light.NoActionBar
AlertDialog
Adding Android:theme="@style/Theme.AppCompat" like this in manifest
solved the problem