问题
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