1
0
Fork 0

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

master
Vlad Baicu 2019-04-10 14:49:18 +03:00 committed by Colin Lee
parent b3977a5785
commit b6abccfb91
1 changed files with 1 additions and 0 deletions

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