Peter Ragheb

Results 12 comments of 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. ![Screenshot_20190611-123724](https://user-images.githubusercontent.com/22989662/59265631-0cb07100-8c46-11e9-8e18-73227cb65315.jpg) ![Screenshot_20190611-123736](https://user-images.githubusercontent.com/22989662/59265633-0f12cb00-8c46-11e9-9ff1-e2a01b1f3498.jpg)

``` ``` 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...

@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...