UdacityAndroidDevScholarship / quiz-app

This application is a collaborative project made by the Google Udacity Android Developer Scholars.
96 stars 128 forks source link

First 2 Screens of App becomes non-functional in Landscape Mode #137

Open reallyinvincible opened 6 years ago

reallyinvincible commented 6 years ago

Is it a? (pick one)

Bug Report

Environment

The Bug:

screenshot_20180511-125432 You can't scroll down to Sign In button and hence can't use the app

screenshot_20180511-125454 You can't enter the details since the detail text field is off the screen, and the screen cannot be scrolled down

As per your understanding what is:

Steps to reproduce:

1) Clear Cache and Data if already Signed In 2) Change the orientation to Landscape 3) Observe the Bug

Other Comments:

Taking Orientation Control from Android Framework and Setting it as Portrait will fix the issue We need to add few lines of code to Activities in Android Manifest file to fix the issue It will not Conflict with the Current Branch or development of the App.

-Sparsh Srivastava

reallyinvincible commented 6 years ago

I would love to work on this issue. I have already made the required fixes and am ready to submit my PR. -Sparsh Srivastava