Bug 1813086 - Added minimum height and width property to URL (#862)

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fenix/116.0
GitStart 1 year ago committed by GitHub
parent 4ce5a3c35e
commit e696454c68

@ -29,8 +29,10 @@
tools:src="@drawable/ic_folder_icon" />
<ImageView
android:id="@+id/checkmark"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginStart="4dp"
android:layout_marginTop="4dp"
android:padding="10dp"
android:background="@drawable/favicon_background"
android:backgroundTint="?accent"
@ -78,6 +80,8 @@
android:id="@+id/overflow_menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minWidth="48dp"
android:minHeight="48dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/content_description_menu"
android:padding="12dp"

@ -13,7 +13,7 @@
<dimen name="mozac_browser_menu2_corner_radius">8dp</dimen>
<dimen name="library_item_height">56dp</dimen>
<dimen name="library_item_icon_margin_horizontal">16dp</dimen>
<dimen name="history_favicon_width_height">40dp</dimen>
<dimen name="history_favicon_width_height">48dp</dimen>
<dimen name="tab_corner_radius">8dp</dimen>
<dimen name="preference_icon_drawable_size">24dp</dimen>
<dimen name="search_bar_search_engine_icon_padding">12dp</dimen>

Loading…
Cancel
Save