[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1504 - Added missing bottom constraint for bookmark icon imageview

pull/600/head
Vlad Baicu 5 years ago committed by Colin Lee
parent 465ad95bf9
commit 5f3d15294a

@ -26,6 +26,7 @@
android:padding="10dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="1:1"
android:foregroundTint="?attr/iconColor"
tools:src="@drawable/ic_folder_icon" />

Loading…
Cancel
Save