mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 16:55:18 +08:00
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="#66DAD9D9" />
|
|
<corners android:radius="15dp" />
|
|
</shape>
|
|
</item>
|
|
</ripple> |