fix(home): 팔로잉 empty 문구를 중앙 표시한다

This commit is contained in:
2026-07-13 16:17:12 +09:00
parent da36964347
commit 2c609836fd
3 changed files with 46 additions and 5 deletions
@@ -236,6 +236,17 @@
android:orientation="vertical"
android:paddingBottom="@dimen/spacing_28">
<TextView
android:id="@+id/tv_home_following_empty"
style="@style/Typography.Body3"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/screen_home_following_empty"
android:textAlignment="center"
android:textColor="@color/gray_500"
android:visibility="gone" />
<LinearLayout
android:id="@+id/ll_home_following_creators_section"
android:layout_width="match_parent"