Add different themes to the android application

走远了吗. 提交于 2019-12-22 05:36:10

问题


i want to add themes to my android application. In the application, user will have options to changes theme of the application. Just like OIShopping List appplication. Please help how do i implement this kind of structure to my application.

Any help, tutorials, guidance are highly appreciated.

thanks..


回答1:


You can use the method setTheme() within an onClickListener, and inbetween the parenthesis put the theme.



来源:https://stackoverflow.com/questions/2921038/add-different-themes-to-the-android-application

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