Android-skin-support icon indicating copy to clipboard operation
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 换肤框架, 极低的学习成本, 极好的用户体验. "一行"代码就可以实现换肤, 你值得拥...

Results 103 Android-skin-support issues
Sort by recently updated
recently updated
newest added
trafficstars

请问colorAccent_night怎么没效果?

你好,请问一下; ![image](https://user-images.githubusercontent.com/50512101/85309364-14575680-b4e5-11ea-846e-6f0cf8ad51bb.png) 这种动态的颜色怎么设置,效果其实就是标题栏背景颜色随着列表往下滑慢慢变成白色背景,现在想加入夜间模式下,标题栏的颜色变成黑色背景。请问应该怎么实现。谢谢你

作者,你demo中的SkinCommonTabLayout,applySkin不回调啊

```kotlin import android.content.Context import android.util.AttributeSet import android.view.View import com.coorchice.library.SuperTextView import skin.support.app.SkinLayoutInflater import skin.support.content.res.SkinCompatResources import skin.support.widget.SkinCompatHelper import skin.support.widget.SkinCompatSupportable import skin.support.widget.SkinCompatTextHelper class SkinSuperTextView : SuperTextView, SkinCompatSupportable { private var mTextHelper: SkinCompatTextHelper? =...

appcompat-1.1.0-sources的AppCompatDelegateImpl被隐藏了,无法继承。导致不能重写AppCompatDelegate getDelegate()。需要怎么解决呢?

```xml #FFFFFF @color/white 无效果 #FFFFFF 有效果 ``` 哇啊,这个问题搞了我好久,配置都没啥问题,缓存清了N遍,都快崩溃了,结果了就因为引用导致无效

SkinCompatUserThemeManager.get().addDrawablePath内部的drawable会复用,然后同一个界面中如果有一大一小两个布局用都用到了这个drawable,会导致图片背景变形(大的背景有几率会变成和小的一样大)。 初步推测和drawable的复用有关。而且由于封装得很严密 没办法更改。。。。 建议内部复用考虑返回drawable.constantState?.newDrawable()

使用换肤框架之后无法加载RemoteViews到界面上: ``` android.content.res.Resources$NotFoundException: Resource ID #0x7f0d01da at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:402) at android.content.res.Resources.loadXmlResourceParser(Resources.java:2398) at android.content.res.Resources.getLayout(Resources.java:1292) at android.view.LayoutInflater.inflate(LayoutInflater.java:534) at com.android.internal.policy.HwPhoneLayoutInflater.inflate(HwPhoneLayoutInflater.java:138) at android.view.LayoutInflater.inflate(LayoutInflater.java:483) ```