fix(home): 팔로잉 empty 문구를 중앙 표시한다
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user