2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Define the width/height for homescreen empty collections button (https://github.com/mozilla-mobile/fenix/pull/20082)

This commit is contained in:
Elise Richards 2021-06-17 17:57:21 -05:00 committed by GitHub
parent 5ec85f2f4b
commit db5fa44113

View File

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