【发布时间】:2017-08-01 08:51:49
【问题描述】:
是否可以在 Firebase UI 中设置徽标的大小,使其不会完全填满视图?
AuthUI.getInstance().createSignInIntentBuilder()
.setProviders(Arrays.asList(
new AuthUI.IdpConfig.Builder(AuthUI.GOOGLE_PROVIDER).build(),
new AuthUI.IdpConfig.Builder(AuthUI.EMAIL_PROVIDER).build()
))
.setIsSmartLockEnabled(!BuildConfig.DEBUG)
.setTheme(R.style.AppTheme_NoActionBar)
.setLogo(R.mipmap.icon_hero_image)
.build(),
RC_SIGN_IN
【问题讨论】:
-
哇,Frank van Puffelen 刚刚编辑了我的帖子,太荣幸了:D
标签: android android-layout firebase firebase-authentication firebaseui