0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Fix appearance of "Sign in with Google" button (#6928)

Change Button to AppCompatButton to support android:background attribute
This commit is contained in:
Siva Subramaniam 2023-05-26 19:26:09 +05:30 committed by GitHub
parent b9d29900fd
commit 89e55b2c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"