|
|
3 月之前 | |
|---|---|---|
| .github | 6 月之前 | |
| app | 3 月之前 | |
| buildSrc | 7 月之前 | |
| channel | 1 年之前 | |
| frame | 3 月之前 | |
| gradle | 3 月之前 | |
| keystore | 3 月之前 | |
| module | 3 月之前 | |
| native | 3 月之前 | |
| patch | 1 年之前 | |
| third-party-libs | 1 年之前 | |
| tool | 5 月之前 | |
| .gitignore | 5 月之前 | |
| .tolgeerc | 8 月之前 | |
| README.md | 4 月之前 | |
| build.gradle | 4 月之前 | |
| gradle.properties | 3 月之前 | |
| gradlew | 10 月之前 | |
| gradlew.bat | 1 年之前 | |
| keystore.properties | 3 月之前 | |
| pull_and_fill_translations.py | 8 月之前 | |
| push_translations.py | 7 月之前 | |
| settings.gradle | 3 月之前 |
资源文件命名规范:<模块>_<功能>_<描述>
//字符串
<!-- 通用文案模块名:common -->
<string name="common_network_error">网络错误!</string>
<!-- 房间礼物功能 -->
<string name="room_gift_parse_error">礼物资源解析错误!</string>
//color,颜色命名使用color_前缀,颜色值统一大写
<color name="color_7EBA3E">#7EBA3E</color>
//drawable文件:<模块>_<功能>_<颜色>_<size>_<ic/bg>.png,其中size单位dp,width等于height时写一个值,width不同于height时<width>_<height>,如果资源是图标使用ic后缀,如果资源是背景使用bg后缀
common_close_white_24_ic.png //通用白色width=height=24dp的关闭图标
room_create_purple_375_667_bg.png //紫色width=375dp&height=667dp的房间创建页面背景