mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-10 04:54:03 +08:00
Created AppErrorsDemo demo-app
This commit is contained in:
6
demo-app/src/main/res/drawable/bg_permotion_round.xml
Normal file
6
demo-app/src/main/res/drawable/bg_permotion_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="#66E4E4E4" />
|
||||
<corners android:radius="15dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user