aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-05-05 07:51:34 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-05-05 07:51:34 +0000
commitc08d06df2e2339906cd175de55c95fe6bc59e12c (patch)
treeb275cdf84cbebdbc692f443339245527aeb5c70f /app/src/main/res/layout
parentee4c25a465e2568ab3ed784e60cba8d2e3caa40b (diff)
downloadinfinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.tar
infinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.tar.gz
infinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.tar.bz2
infinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.tar.lz
infinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.tar.xz
infinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.tar.zst
infinity-for-reddit-c08d06df2e2339906cd175de55c95fe6bc59e12c.zip
Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_look_screen.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_look_screen.xml b/app/src/main/res/layout/activity_look_screen.xml
new file mode 100644
index 00000000..ff5c4fc4
--- /dev/null
+++ b/app/src/main/res/layout/activity_look_screen.xml
@@ -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> \ No newline at end of file