라이브 방 - 팔로잉 버튼 위치 수정

This commit is contained in:
klaus 2023-10-06 20:05:26 +09:00
parent 413c526a6a
commit ac6b0c52d0
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,6 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="5.3dp"
android:layout_toStartOf="@+id/iv_creator_follow"
android:layout_toEndOf="@+id/iv_creator_profile"
android:drawablePadding="5.3dp"
android:ellipsize="end"
@ -187,8 +186,9 @@
android:id="@+id/iv_creator_follow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginStart="13.3dp"
android:layout_toEndOf="@+id/tv_creator_nickname"
android:contentDescription="@null"
tools:src="@drawable/btn_following" />
</RelativeLayout>