Define the width/height for homescreen empty collections button (#20082)

upstream-sync
Elise Richards 3 years ago committed by GitHub
parent 2198298df5
commit 80de7fd7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,9 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/add_tabs_to_collections_button"
style="@style/PositiveButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="2"
android:layout_marginTop="8dp"
android:text="@string/tabs_menu_save_to_collection1"
android:visibility="gone"

Loading…
Cancel
Save