Android 中的主题?

发布于 2024-08-28 12:49:54 字数 251 浏览 6 评论 0原文

我有一个想法,为 Android 手机创建主题。但我不知道如何做到这一点。我需要了解以下内容:

  • Android 主题的文件格式是什么?
  • 我想处理什么样的事情来更改主题(即背景、目录窗口、壁纸、图标选择器样式等)
  • 如何开始了解此
  • 内容 初学者的站点和教程
  • 示例应用程序和代码

如果您通过了以下信息以上有什么,请与我分享。这会有帮助的。

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瀞厅☆埖开 2024-09-04 12:49:54

我将从 Google 的样式和主题页面开始。您的许多问题都在那里得到解答。

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

这是一个简单的教程:

http://developerlife.com/tutorials/?p=309< /a>

编辑:

如果您谈论的是手机而不是应用程序的主题,您可以为特定的主屏幕替换创建主题,例如aHome。我确信如果您浏览他们的网站,您可以看到如何为他们的应用程序创建主题。

还有像 Android 主题 这样的网站,但它们要求您已经 root 了手机并安装了自定义 ROM,例如如 Cyanogen 的产品。

也许您还可以编写自己的自定义主屏幕。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文