MultipleTheme icon indicating copy to clipboard operation
MultipleTheme copied to clipboard

Android换肤/夜间模式的Android框架,配合theme和换肤控件框架可以做到无缝切换换肤(无需重启应用和当前页面)。 This framework of Android app support multiple theme(such as day/night mode) and nee...

Results 11 MultipleTheme issues
Sort by recently updated
recently updated
newest added

增加ColorRecycleView可好?

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.lyn.testchangetheme/com.lyn.testchangetheme.MainActivity}: android.view.InflateException: Binary XML file line #18: Error inflating class com.lyn.testchangetheme.colorUi.widget.ColorButton at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2325) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2390) at android.app.ActivityThread.access$800(ActivityThread.java:151) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5257)...

继承自AppCompatActivity的activity,actionBar的背景和字体颜色怎么修改?

比如在ColorTextView使用时,在style.xml里面定义属性为android:textcolor为?attr/xxx 应用启动后是起作用的,但是切换模式时不能更新

目前只实现了替换颜色吗?替换其他属性,如字体,图标能通过这个方法实现吗?

点击切换之后,Button的背景不见了,有时候Button上面的文字还消失了