Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以为我创建的应用程序设置主题吗?
我说的主题像...
http://developer.android.com/design/style/themes.html
还是我应该使用样式和主题,并单独修改每个孩子?
您确实必须使用Styles 和 Themes。
您可以在清单中仅使用一行将主题添加到整个应用程序:
<application android:theme="@style/CustomTheme">