Android studio使用android:style/Theme.Dialog报错:You need to use a Theme.AppCompat theme (or descendant) with this activity. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2913)
来源:互联网
查找原因是在activity java代码部分继承了compatactivity
public class DialogActivity extends AppCompatActivitypubl