简体   繁体   English

允许用户为Android应用设置字体大小,字体颜色,背景颜色

[英]Allow user to set font size, font color, background color for android app

I want to allow user to choose font size/color, background color for whole app. 我想允许用户选择整个应用程序的字体大小/颜色,背景颜色。

For that, I am getting his preferred values and saving them in default shared preferences provided by android. 为此,我得到了他的首选值,并将其保存在android提供的默认共享首选项中。

But what can be best way to use these values for complete app ? 但是,将这些值用于完整应用程序的最佳方法是什么?

I tried using it on each activity basis. 我尝试在每个活动基础上使用它。 this approach is mentioned in not-able-to-set-theme-to-android-activity which is not working. 无法设置主题到Android活动中提到了这种方法。

Request you all to pls guide. 要求大家请指导。

Please try it. 请尝试一下。

textview.setTextAppearance(mContext, R.style.boldText); textview.setTextAppearance(mContext,R.style.boldText);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM