You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this is happening because of a switch from com.firebase.ui.auth.util.ui.SupportVectorDrawablesButton to Button in 5342e3d . I can get it working again if I use drawableLeft but obviously that's not ideal for RTL users. What was the motivation for that change? It seems to have even broken the default UI. If I remove all my style customizations, here's what the screen looks like:
The text was updated successfully, but these errors were encountered:
edenman
changed the title
Customization of buttons via styles.xml doesn't work in 7.1.0
Buttons have incorrect styles in 7.1.0
Nov 23, 2020
Step 2: Describe your environment
Step 3: Describe the problem:
Steps to reproduce:
Here's how I'm doing the customization:
I checked and the style hasn't changed names or anything:
FirebaseUI-Android/auth/src/main/res/values/styles.xml
Line 231 in aef1d2f
Looks like this is happening because of a switch from
com.firebase.ui.auth.util.ui.SupportVectorDrawablesButton
toButton
in 5342e3d . I can get it working again if I usedrawableLeft
but obviously that's not ideal for RTL users. What was the motivation for that change? It seems to have even broken the default UI. If I remove all my style customizations, here's what the screen looks like:The text was updated successfully, but these errors were encountered: