Skip to content

Commit 8beb07a

Browse files
committed
inspiration
1 parent d1bf658 commit 8beb07a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
12
# AndroidAppLockscreen
2-
An easily implementable, clean, minimal Lockscreen module for Android Apps
3+
An easily implementable, clean, minimal Lockscreen module for Android Apps. Design inspired by Diary ( https://play.google.com/store/apps/details?id=com.pixelcrater.Diaro )
34

45
# Screenshots
56

app/src/main/java/p32929/passcodelock/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected void onCreate(Bundle savedInstanceState) {
1414
super.onCreate(savedInstanceState);
1515
setContentView(R.layout.activity_main);
1616

17-
EasyLock.setBackgroundColor(Color.BLUE);
17+
// EasyLock.setBackgroundColor(Color.BLUE);
1818
EasyLock.checkPassword(this);
1919
}
2020

0 commit comments

Comments
 (0)