Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.

This commit is contained in:
Alex Ning
2021-05-05 15:51:34 +08:00
parent ee4c25a465
commit c08d06df2e
7 changed files with 160 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activities.LockScreenActivity">
</androidx.constraintlayout.widget.ConstraintLayout>