我是一名新的手機開發人員,我知道如何將主題放在應用程序上,但現在我可以製作2個手機應用程序,但我想嘗試爲手機制作一個自定義主題。我想知道有沒有人有下面的想法。爲Android手機制作定製主題
1.how to make a customized theme for phone.
2.what is the format of the theme.
3.is it possible to make it in eclipse.
4.what are the things needed to consider to make a theme for phone.
5.how to implement customized theme on phone.
6.available tutorial on making a customized phone theme.
你甚至搜索過嗎?這裏有很多例子,這是Android框架的基礎。 http://developer.android.com/guide/practices/screens_support.html是一個很好的起點。有一百萬個教程和例子。這是一個糟糕的問題(太基本了,沒有任何學習基本概念的主動 - 然後問具體的編碼問題)。 – Booger
這也不是主題,而是自定義佈局(這些是Android中的不同術語)。您需要爲不同的屏幕提供不同的佈局(或者響應式地編寫佈局,並在任何地方使用相同佈局)。 – Booger
@Booger我想在這裏實現的是改變手機本身的主題,而不是我想知道的應用程序的主題,如果它甚至可能像改變個人電腦的主題 – Giant