Skip to content
Browse files

Apk and pictures.

1 parent 362501e commit cf781619a60b03e8e6b233d4c51b08a701899e48 @Nightonke committed
View
BIN Apk/BlurLock-V1.0.0.apk
Binary file not shown.
View
BIN Pictures/fir.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
3 app/src/main/java/com/nightonke/blurlockviewsample/ShowActivity.java
@@ -45,9 +45,12 @@ protected void onCreate(Bundle savedInstanceState) {
blurLockView = (BlurLockView)findViewById(R.id.blurlockview);
+ // Set the view that need to be blurred
blurLockView.setBlurredView(imageView1);
+ // Set the password
blurLockView.setCorrectPassword(getIntent().getStringExtra("PASSWORD"));
+
blurLockView.setTitle(getIntent().getStringExtra("TITLE"));
blurLockView.setLeftButton(getIntent().getStringExtra("LEFT_BUTTON"));
blurLockView.setRightButton(getIntent().getStringExtra("RIGHT_BUTTON"));

0 comments on commit cf78161

Please sign in to comment.
Something went wrong with that request. Please try again.