hanks-zyh / hanks-zyh/HTextView
Shaders are not working
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
No Matter where you place shade the shaders is not working in this library.
Shader textShader=new LinearGradient(0, 0, 0, 20,
new int[]{Color.GREEN,Color.BLUE},
new float[]{0, 1}, Shader.TileMode.REPEAT);
getPaint().setShader(textShader);
normal textview it is working.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.