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:
parent
b3977a5785
commit
b6abccfb91
@ -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…
Reference in New Issue
Block a user