mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 02:05:16 +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
10 lines
320 B
XML
10 lines
320 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="#777777">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#666E6E6E" />
|
|
<corners android:radius="15dp" />
|
|
</shape>
|
|
</item>
|
|
</ripple> |