마이 페이지

- 팔로잉 리스트 버튼 추가
This commit is contained in:
2024-09-02 17:47:28 +09:00
parent 7bf3728cf9
commit b7b73bb409
3 changed files with 26 additions and 1 deletions

View File

@@ -158,6 +158,26 @@
android:textSize="15.3sp"
android:visibility="gone" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="26.7dp">
<TextView
android:id="@+id/tv_following_list"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:background="@drawable/bg_round_corner_6_7_transparent_3bb9f1"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:paddingVertical="13.3dp"
android:text="팔로잉 리스트"
android:textColor="@color/color_3bb9f1"
android:textSize="15.3sp" />
</LinearLayout>
<RelativeLayout
android:id="@+id/ll_can"
android:layout_width="match_parent"