Change heart color to be red, add else clause for non hearted comments, and apply some code style suggestions.

This commit is contained in:
Kalle Struik 2021-07-23 19:43:25 +02:00
parent a5fbfc4585
commit 8035ceac0b
5 changed files with 10 additions and 8 deletions

View file

@ -72,9 +72,9 @@
tools:text="12M" />
<ImageView
android:id="@+id/detail_heart_img_view"
android:layout_width="@dimen/video_item_detail_heart_image_width"
android:layout_height="@dimen/video_item_detail_heart_image_height"
android:id="@+id/detail_heart_image_view"
android:layout_width="@dimen/video_item_detail_heart_image_size"
android:layout_height="@dimen/video_item_detail_heart_image_size"
android:layout_below="@id/itemCommentContentView"
android:layout_marginLeft="@dimen/video_item_detail_heart_margin"
android:layout_toRightOf="@+id/detail_thumbs_up_count_view"
@ -116,7 +116,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/itemCommentContentView"
android:layout_marginLeft="12dp"
android:layout_toRightOf="@id/detail_heart_img_view"
android:layout_toRightOf="@id/detail_heart_image_view"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_upload_date_text_size"