mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-15 22:34:57 +00:00
add back missing like button margin
This commit is contained in:
parent
8ced68430d
commit
6c178cfb7e
@ -124,6 +124,7 @@
|
||||
android:layout_below="@id/detailViewCountView"
|
||||
android:layout_toLeftOf="@id/detailThumbsDownCountView"
|
||||
android:layout_toStartOf="@id/detailThumbsDownCountView"
|
||||
android:layout_marginLeft="@dimen/video_item_detail_like_margin"
|
||||
android:src="@drawable/thumbs_down" />
|
||||
|
||||
<TextView android:id="@+id/detailThumbsUpCountView"
|
||||
|
Loading…
Reference in New Issue
Block a user