Peter Ragheb
Peter Ragheb
assigning animation to yoyoString prevents the animation from starting.
``` ``` layout_progress_bar.xml ``` ``` ``` View decorView = activity.getWindow().getDecorView(); ViewGroup rootView = (ViewGroup) viewGroup; Drawable windowBackground = decorView.getBackground(); bvBlur.setupWith(rootView) .setFrameClearDrawable(windowBackground) .setBlurAlgorithm(new RenderScriptBlur(activity)) .setBlurRadius(radius) .setHasFixedTransformationMatrix(false); bvBlur.setClickable(true); bvBlur.setVisibility(View.VISIBLE); ``` I am...
Here are the screenshots you asked for and sorry for the late reply.  
``` ``` sign_in_handler_activity_new_account_button_button_background.xml ``` ``` sign_in_handler_activity_new_account_button_button_background.xml ``` ``` I also apply animation to the button onclick ``` public static void startAnimationOne(View view) { Keyframe kf1 = Keyframe.ofFloat(0.0f, 0.3f); Keyframe kf2...
sign_in_handler_activity_sign_in_button_button_ripple.xml ``` ``` sign_in_handler_activity_sign_in_button_button_background.xml ``` ```
Yes. But it also creates a square white box around the progress bar if it kept spinning for a long time like 10 seconds. Also if I use it as...
Yes it is.
@edemots were you able to solve this?
@sunh-2087 Have you been able to fix this?
It works only if the screen is not scrollable. If I use it in a scrollview it causes the app to crash with the following exception: `java.lang.IllegalArgumentException: y + height...