如何在xml android中启用“@ style”选项

时间:2012-05-29 04:41:57

标签: android xml

为什么在android中:我不能使用像android:themes="@ style / theme. (...)这样的主题 当我把android:themes=" "选项放在我看来是:(@ id | id + @ | @ android | @ drawable | layout @ | @ @ style string但是没有出现。如何启用它?

1 个答案:

答案 0 :(得分:0)

您可以在特定活动或整个应用程序上应用的主题,因此当您在 Manifest.xml 文件中时,android:themes将可用

http://developer.android.com/guide/topics/ui/themes.html

<强>的Manifest.xml

<application android:theme="@style/Theme.GreenDroid">

<activity android:theme="@style/Theme.GreenDroid">