YzySkin | 实现网易云音乐换肤框架 - 4、需要换肤的页面继承SkinActivity 5、将皮肤包skin
kandi X-RAY | YzySkin Summary
kandi X-RAY | YzySkin Summary
YzySkin is a Java library. YzySkin has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
4、需要换肤的页面继承SkinActivity 5、将皮肤包skin.apk复制到手机 6、调用YzyChangeSkin.getInstance().changeSkin(context, skinPath);进行换肤 注意 1、所有的颜色、图片资源都是引用资源,不能在xml文件中写死,否则无法更换 2、皮肤包也是一个apk,该包内只需要有引用资源的同名的图片、同名的颜色引用即可。 如: 按钮背景颜色为@color/bt_bg,那么在app/src/main/res/values/colors.xml中就会有一个bt_bg的颜色值对应 在皮肤包中也要在colors.xml中有bt_bg这个item,只是颜色值不同.如果没有皮肤包或皮肤包中没有找到相对应的引用资源,将会使用原始值 3、有任何疑问欢迎发邮件到yzytmac@163.com 欢迎提交代码.
4、需要换肤的页面继承SkinActivity 5、将皮肤包skin.apk复制到手机 6、调用YzyChangeSkin.getInstance().changeSkin(context, skinPath);进行换肤 注意 1、所有的颜色、图片资源都是引用资源,不能在xml文件中写死,否则无法更换 2、皮肤包也是一个apk,该包内只需要有引用资源的同名的图片、同名的颜色引用即可。 如: 按钮背景颜色为@color/bt_bg,那么在app/src/main/res/values/colors.xml中就会有一个bt_bg的颜色值对应 在皮肤包中也要在colors.xml中有bt_bg这个item,只是颜色值不同.如果没有皮肤包或皮肤包中没有找到相对应的引用资源,将会使用原始值 3、有任何疑问欢迎发邮件到yzytmac@163.com 欢迎提交代码.
Support
Quality
Security
License
Reuse
Support
YzySkin has a low active ecosystem.
It has 11 star(s) with 1 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
YzySkin has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of YzySkin is current.
Quality
YzySkin has no bugs reported.
Security
YzySkin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
YzySkin does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
YzySkin releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed YzySkin and discovered the below as its top functions. This is intended to give you an instant insight into YzySkin implemented functionality, and help decide if they suit your requirements.
- On create view
- Parses skin attributes
- Get the singleton instance of SkinManger
- Creates a view
- Change the skin
- Gets the drawable for the given attribute
- Gets the color for the given attribute
- Called when the activity is saved
- Get singleton instance
- Get singleton instance
- Called when the widget is created
- Initialize skin
- Load skin
- Create the widget
- Get singleton instance
- Get singleton instance
- Called when the widget is created
- Initialize skin
- Load skin
- Called when the widget is clicked
- Change skin
- Returns the skin path
- Saves the skin path
Get all kandi verified functions for this library.
YzySkin Key Features
No Key Features are available at this moment for YzySkin.
YzySkin Examples and Code Snippets
No Code Snippets are available at this moment for YzySkin.
Community Discussions
No Community Discussions are available at this moment for YzySkin.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install YzySkin
You can download it from GitHub.
You can use YzySkin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the YzySkin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use YzySkin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the YzySkin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page