Firebaseui-android: Odd placement of Login buttons in AuthUI

Created on 13 Jan 2017  路  2Comments  路  Source: firebase/FirebaseUI-Android

Step 2: Describe your environment

  • Android device: OnePlus3
  • Android OS version: 7.0
  • Google Play Services version: 10.0.84
  • Firebase/Play Services SDK version: 10.0.1
  • FirebaseUI version: 1.1.0

Step 3: Describe the problem:

Odd placement of login buttons in Authentication Screen

Steps to reproduce:

Try to login.

Observed Results:

screenshot_20170113-200527

Expected Results:

screenshot_20170113-200842

auth fix-implemented bug

Most helpful comment

This was caused by me in #515, and it can be worked around by setting a logo with setLogo(). I realize now we neglected to test the layout without setLogo() which causes the buttons to float to the top in the absence of one.

I will probably release a 1.1.1 version to fix this issue.

All 2 comments

This was caused by me in #515, and it can be worked around by setting a logo with setLogo(). I realize now we neglected to test the layout without setLogo() which causes the buttons to float to the top in the absence of one.

I will probably release a 1.1.1 version to fix this issue.

This has been fixed by 1.1.1

Was this page helpful?
0 / 5 - 0 ratings