继承自ActionBarActivity的Activity 在androidManifast.xml文件中设置theme时必须从Theme.AppCompat中设置
Use (or extend) one of the Theme.AppCompat themes for your activity. For example:
android:theme="@style/Theme.AppCompat.Light" ... >
本文共 265 字,大约阅读时间需要 1 分钟。
继承自ActionBarActivity的Activity 在androidManifast.xml文件中设置theme时必须从Theme.AppCompat中设置
Use (or extend) one of the Theme.AppCompat themes for your activity. For example:
android:theme="@style/Theme.AppCompat.Light" ... >
转载于:https://my.oschina.net/bigggfish/blog/413932