2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Define the width/height for sync sign in button on tabs tray (#20080)

This commit is contained in:
Elise Richards 2021-06-17 16:49:03 -05:00 committed by GitHub
parent 6de3062738
commit 1a8ae21250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/sync_tabs_error_cta_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="2"
style="@style/PositiveButton"
app:icon="@drawable/ic_sign_in"
android:visibility="gone"