openWorkout icon indicating copy to clipboard operation
openWorkout copied to clipboard

android:radius in <ripple>

Open john2020star opened this issue 3 years ago • 1 comments

I found that you have specified android:radius in , which only takes effects starting from API Level 23. The ripple effect in the ripple_timer.xml will be affected.

Plus, I found you referred ripple_time in android:foreground of <ImageView>. For your information, android:foreground cannot be used in android:foreground at API Level < 23. You may change to another attribute like android:tint.

john2020star avatar Mar 29 '21 23:03 john2020star

I witnessed the issue when trying my 5.0 test devices. The radius is not applied to the timer in the homepage.

getgo-nobugs avatar Apr 18 '21 15:04 getgo-nobugs