修复Support风格的应用崩溃报告窗口

This commit is contained in:
ZhanGSKen
2025-03-28 13:27:03 +08:00
parent 6a9434b194
commit ce05d69132
5 changed files with 9 additions and 9 deletions

View File

@@ -7,9 +7,9 @@
android:layout_height="match_parent"
android:id="@+id/viewglobalcrashreportLinearLayout1">
<android.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
<android.support.v7.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/viewglobalcrashreportToolbar1"/>
<ScrollView