Skip to content

增加配置项

Compare
Choose a tag to compare
@KenChoi1992 KenChoi1992 released this 05 Mar 05:57
· 362 commits to master since this release
e2a5289

Change Log

Android

  • Add configurations to date, event, displayName, etc. Please refer to attrs.xml to get whole customize attributes. Example usage:
<cn.jiguang.imui.messages.MessageList
    app:dateCornerRadius="5dp"
    app:dateBgColor="#cecece"
    app:datePaddingLeft="5dp"
    app:eventCornerRadius="5dp"
/>

Fix bugs