2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

Fixes #1504 - Added missing bottom constraint for bookmark icon imageview

This commit is contained in:
Vlad Baicu 2019-04-10 14:49:18 +03:00 committed by Colin Lee
parent b3977a5785
commit b6abccfb91

View File

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