Added AppErrorsDetailActivity function and more function

This commit is contained in:
2022-05-11 02:41:54 +08:00
parent cac96e188e
commit e2b6fe8a81
31 changed files with 1058 additions and 11 deletions

View 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>