Themes in Android?

狂风中的少年 提交于 2019-12-28 04:23:07

问题


I have an idea to create Themes for Android Mobile. But I have no knowledge of how to do this. I would need to know about the following things:

  • What is the file format of a theme for Android?
  • What kind of things I want to handle to change the themes (i.e background, directory window, wallpaper, icon selector style, etc.)
  • How to start to learn about this
  • Sites and tutorials for beginners
  • Sample applications and code

If you passed by information about anything above, please share with me. It would be helpful.

Thanks.


回答1:


I would start with Google's page on Styles and Themes. Many of your questions are answered there.

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

Here's a simple tutorial:

http://developerlife.com/tutorials/?p=309

EDIT:

If you are talking about themes for the phone instead of the app, you can create themes for specific home screen replacements such as aHome. I'm sure if you look around their site you can see how to create a theme for their app.

There are also sites like Android Themes, but they require that you have rooted your phone and have installed a custom ROM such as those by Cyanogen.

Perhaps you could also write your own custom home screen.



来源:https://stackoverflow.com/questions/2613101/themes-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!