应用崩溃报告高级视图调试完成

This commit is contained in:
ZhanGSKen
2025-02-08 14:25:49 +08:00
parent a72c5e1e6e
commit 54cceeed3b
7 changed files with 118 additions and 35 deletions

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorTextBackgroung"
android:textColor="@color/colorText">
<android.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/activityglobalcrashToolbar1"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.0">
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/activityglobalcrashTextView1"/>
</HorizontalScrollView>
</ScrollView>
</LinearLayout>