Added multi-process error demo in demo-app

This commit is contained in:
2022-06-03 03:06:09 +08:00
parent 2c4e4f5090
commit 27ec4c0218
10 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/suicide_in_progress"
android:textColor="@color/colorTextGray"
android:textSize="25sp" />
</FrameLayout>