From 39b5beb5c5face6ea7d40e4473ec1df650335833 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 3 Sep 2021 14:52:59 +0800 Subject: Start implementing app lock feature. --- .../main/res/layout-land/activity_lock_screen.xml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/src/main/res/layout-land/activity_lock_screen.xml (limited to 'app/src/main/res/layout-land/activity_lock_screen.xml') diff --git a/app/src/main/res/layout-land/activity_lock_screen.xml b/app/src/main/res/layout-land/activity_lock_screen.xml new file mode 100644 index 00000000..d863b707 --- /dev/null +++ b/app/src/main/res/layout-land/activity_lock_screen.xml @@ -0,0 +1,41 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3