貌似源码的AndroidManifest.xml的配置错了~应该是:
application的为android:theme="@style/AppTheme"
activity的为android:theme="@style/MyTheme"
建议看看鸿洋大神的blog,效果更好。http://blog.csdn.net/lmj623565791/article/details/23513993
application的为android:theme="@style/AppTheme"
activity的为android:theme="@style/MyTheme"
建议看看鸿洋大神的blog,效果更好。http://blog.csdn.net/lmj623565791/article/details/23513993
2015-03-19
说句实话这个代码不够好,太多if else switch,增加一个fragment要改好多代码,扩展性不够,大家实际项目不要这么写,网上大量充斥这种代码,各位还需努力啊
2015-02-01