kal krishnan
Results
2
comments of
kal krishnan
My onCreate is below: ``` final LinearLayout root = (LinearLayout) findViewById(R.id.login_view); root.post(new Runnable() { @Override public void run() { Blurry.with(LoginActivity.this) .radius(25) .sampling(2) .async() .animate(500) .onto((ViewGroup) root); } }); ``` Blurry...
Just got this error. Any solution?