我怎样才能让其他应用程序来充当我的Andr​​oid应用程序一个主题

问题描述:

我要建为Android文件管理器应用程序。我想使它主题化,使设计人员可以为我的应用程序的主题。
我看到在GO短信应用类似的事情。

I'm building a File Manager App for Android. And i want to make it themable, so that designers can create themes for my app. I see a similar thing in the Go SMS Pro App.

谁能给我上它是如何做一个线索。

Can anyone give me a clue on how it's done.

我在这里看到类似的问题,但他们没有得到回答:(

I have seen similar questions here but none of them were answered :(

您可以使用此code让其他应用程序的资源

You can get the resources of other application by using this code

context.getPackageManager().getResourcesForApplication(String appPackageName)