oliexdev / openWorkout

Simple workout trainer that puts your privacy first
GNU General Public License v3.0
124 stars 17 forks source link

android:radius in <ripple> #45

Open john2020star opened 3 years ago

john2020star commented 3 years ago

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 . For your information, android:foreground cannot be used in android:foreground at API Level < 23. You may change to another attribute like android:tint.

getgo-nobugs commented 3 years ago

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