Description
After completing onboarding, the "Continue with Google" button is positioned too close to the bottom of the screen and is not fully visible. It appears overlapped or cut off, similar to a bottom navigation bar issue.
Steps to Reproduce
- Install and open the app
- Complete onboarding flow
- Navigate to the login/sign-in screen
Expected Behavior
The "Continue with Google" button should be fully visible and accessible above the bottom edge of the screen.
Actual Behavior
The button is partially hidden or clipped at the bottom.
Possible Cause
Layout constraints or improper margin/padding handling near bottom navigation / safe area.
Device Info
- Device: Vivo Y 29
- OS Version: Android version 15
Suggested Fix
Adjust bottom margin/padding or use proper layout constraints (e.g., ConstraintLayout / safe area handling).
Description
After completing onboarding, the "Continue with Google" button is positioned too close to the bottom of the screen and is not fully visible. It appears overlapped or cut off, similar to a bottom navigation bar issue.
Steps to Reproduce
Expected Behavior
The "Continue with Google" button should be fully visible and accessible above the bottom edge of the screen.
Actual Behavior
The button is partially hidden or clipped at the bottom.
Possible Cause
Layout constraints or improper margin/padding handling near bottom navigation / safe area.
Device Info
Suggested Fix
Adjust bottom margin/padding or use proper layout constraints (e.g., ConstraintLayout / safe area handling).