mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-05 18:55:18 +08:00
- add BuildConfigWrapper - add project promote - add ci version tag support - change app analytics config item show when available - fix system api compat issues
6 lines
219 B
XML
6 lines
219 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="#292929" />
|
|
<corners android:radius="5dp" />
|
|
</shape> |