Thanks for thinking of contributing this repository.
The details are refactored after being merged so you don't have to worry.
- interface name must prefixed
I
- constant name must be lowerCamelCase
- enum entry name must be UpperCamelCase
- if you write complexity code, you good write test code
- view id must be lowerCamelCase when used by KotlinAndroidExtensions, but other id may be snake_case
Contributed code is applied MIT License, you shall be deemed to have agreed to this license when created pull request.