fix(home): 모두 팔로우 완료 상태를 반영한다

This commit is contained in:
2026-06-04 17:59:29 +09:00
parent 3e8ea0473f
commit 02480a96e9
3 changed files with 62 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
android:layout_height="44dp"
android:layout_marginHorizontal="@dimen/spacing_20"
android:layout_marginTop="@dimen/spacing_16"
android:background="@drawable/bg_round_corner_999_white"
android:background="@drawable/bg_home_follow_all_button"
android:clickable="true"
android:focusable="true"
android:gravity="center"
@@ -26,6 +26,6 @@
android:layout_marginStart="@dimen/spacing_6"
android:includeFontPadding="false"
android:text="@string/home_recommendation_follow_all"
android:textColor="@color/black"
android:textColor="@color/white"
tools:text="모두 팔로우 하기" />
</LinearLayout>