Fix appearance of "Sign in with Google" button (#6928)
Change Button to AppCompatButton to support android:background attribute
This commit is contained in:
parent
b9d29900fd
commit
89e55b2c31
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
android:text="@string/account_setup_oauth_sign_in"
|
||||
android:visibility="gone" />
|
||||
|
||||
<Button
|
||||
<androidx.appcompat.widget.AppCompatButton
|
||||
android:id="@+id/google_sign_in_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue