Make heart visible in android studio and move logic to the right file.

This commit is contained in:
Kalle Struik 2021-07-27 22:34:59 +02:00
parent 74173317de
commit bfac73b992
3 changed files with 7 additions and 9 deletions

View file

@ -80,6 +80,7 @@
android:layout_toRightOf="@+id/detail_thumbs_up_count_view"
android:contentDescription="@string/detail_heart_img_view_description"
android:visibility="gone"
tools:visibility="visible"
app:srcCompat="@drawable/ic_heart" />