Skip to content

新增绑定TextView功能

Compare
Choose a tag to compare
@lihangleo2 lihangleo2 released this 28 Oct 07:17
· 154 commits to master since this release

1、再使用shape功能时,在按钮点击的时候,往往也会伴随textView的颜色值变化
2、app:hl_bindTextView="@+id/txt_rippled" 要绑定的textView的id
3、app:hl_text="点击前的文案";app:hl_text_true="点击后的文案"
4、app:hl_textColor="#000",点击前的文案颜色;app:hl_textColor_true="#fff",点击后的文案颜色