fix margins
This commit is contained in:
parent
d4af28d1c5
commit
288e35dd64
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,6 @@
|
|||
android:paddingTop="12dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_toLeftOf="@id/file_view_icon_follow_unfollow">
|
||||
<RelativeLayout
|
||||
android:id="@+id/file_view_publisher_avatar"
|
||||
|
@ -550,6 +549,7 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:text="@string/fa_heart"
|
||||
android:textColor="@color/red"
|
||||
|
|
Loading…
Reference in a new issue