Bao-Long Nguyen-Trong

Results 4 comments of Bao-Long Nguyen-Trong

Looks like the shadow is truncated. Try moving your button up to see what's going on. You may have a view below the FAB overdrawing the shadow. Enabling the "Show...

Update: Android has now migrated to use these annotations instead: import androidx.annotation.NonNull; import androidx.annotation.Nullable;

I opened a PR that may help here https://github.com/Ibotta/gradle-aspectj-pipeline-plugin/pull/18 My need is that I wrote a library that contains the AspectJ rules + UI to instrument code that is in...