使用android.support.design.widget.TabLayout出现java.lang.reflect.InvocationTargetException
时间:2015-12-02 12:15:22
收藏:0
阅读:487
解决方法:
1.在res里面的Values里面的styles定制一个自己的colorPrimary
1 <style name="MyAppTheme" parent="Theme.AppCompat.Light"></style>
2.在AndroidManifest.xml里面使用自己的theme
原文:http://www.cnblogs.com/zzw1994/p/5012467.html
评论(0)