mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-06 03:05:17 +08:00
Added CPU ABI shower in AppErrorsDetailActivity
This commit is contained in:
6
app/src/main/res/drawable/bg_black_round.xml
Normal file
6
app/src/main/res/drawable/bg_black_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="#292929" />
|
||||
<corners android:radius="5dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user