完全修改 Hook 方案,加入新的日志打印方式

This commit is contained in:
2022-02-26 22:57:11 +08:00
parent 5325ac37d6
commit cd8ceec765
8 changed files with 231 additions and 154 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="#FF9800" />
<corners android:radius="15dp" />
</shape>