Android-skin-support
Android-skin-support copied to clipboard
Android-skin-support is an easy dynamic skin framework to use for Android, Only one line of code to integrate it. Android 换肤框架, 极低的学习成本, 极好的用户体验. "一行"代码就可以实现换肤, 你值得拥...
android.view.InflateException Binary XML file line 18 in com.wingoslayoutwos_floating_popup_container Binary XML file line 18 in com.wingoslayoutwos_floating_popup_container Error inflating class RelativeLayout Caused by android.view.InflateException Binary XML file line 18 in com.wingoslayoutwos_floating_popup_container Error...
Application中的使用方法: ``` SkinCompatManager.withoutActivity(this) .addStrategy(new CustomSDCardLoader()) // 自定义加载策略,指定SDCard路径 .addInflater(new SkinAppCompatViewInflater()) // 基础控件换肤初始化 .setSkinStatusBarColorEnable(false) // 关闭状态栏换肤,默认打开[可选] .setSkinWindowBackgroundEnable(false) // 关闭windowBackground换肤,默认打开[可选] .loadSkin(); ``` 如题,发现recycleView的item布局中使用了 抽取的样式 ``` @drawable/selector_bg_app true 1.3dp ``` 对比测试发现,使用主题后导致以上几个属性失效,需要直接写到控件里才有效: ``` ```
toolbar menu 与 更多按钮点击后的列表,无法换肤
颜色切换报错
作者你好,在我切换颜色时候出现了这个错误 `E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #2 Process: com.viva.pokemon, PID: 23253 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$4.done(AsyncTask.java:399) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383) at java.util.concurrent.FutureTask.setException(FutureTask.java:252) at java.util.concurrent.FutureTask.run(FutureTask.java:271) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at...
scrollbarTrackVertical、scrollbarThumbVertical这两个属性的颜色没起作用,还望大佬看一下
Android-skin-support-master_git/androidx/skin-support-appcompat/src/main/java/androidx/appcompat/app/SkinAppCompatDelegateImpl.java:11: 错误: 找不到符号 public class SkinAppCompatDelegateImpl extends AppCompatDelegateImpl { ^ 符号: 类 AppCompatDelegateImpl
怎么混淆
混淆后崩溃
package com.ximsfei.skindemo.window; import android.app.Service; import android.content.Context; import android.content.Intent; import android.graphics.PixelFormat; import android.net.wifi.WifiManager; import android.os.Build; import android.os.IBinder; import android.view.LayoutInflater; import android.view.View; import android.view.WindowManager; import android.widget.EditText; import android.widget.TextView; import com.ximsfei.skindemo.R; public class...
Presentation 如何支持换肤