mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-07 03:35:18 +08:00
feat: lots of changes
- add BuildConfigWrapper - add project promote - add ci version tag support - change app analytics config item show when available - fix system api compat issues
This commit is contained in:
6
module-app/src/main/res/drawable/bg_red_round.xml
Normal file
6
module-app/src/main/res/drawable/bg_red_round.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#EF5350" />
|
||||
<corners android:radius="5dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user