Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

You need to use a Theme.AppCompat theme (or descendant) with this activity #91

Open panhongzhi02 opened 8 years ago

panhongzhi02 commented 8 years ago

I add “compile 'com.malinskiy:superrecyclerview:1.1.3'” to gradle,My program is an error: You need to use a Theme.AppCompat theme (or descendant) with this activity my activity extends AppCompatActivity,use Theme is Theme.AppCompat.Light.DarkActionBar.Add before is can use