feat(user-channel): 팬 Talk 섹션 아이템 UI 수정
This commit is contained in:
		@@ -7,8 +7,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <ImageView
 | 
					    <ImageView
 | 
				
			||||||
        android:id="@+id/iv_profile"
 | 
					        android:id="@+id/iv_profile"
 | 
				
			||||||
        android:layout_width="33.3dp"
 | 
					        android:layout_width="45dp"
 | 
				
			||||||
        android:layout_height="33.3dp"
 | 
					        android:layout_height="45dp"
 | 
				
			||||||
        android:layout_marginTop="10dp"
 | 
					        android:layout_marginTop="10dp"
 | 
				
			||||||
        android:adjustViewBounds="true"
 | 
					        android:adjustViewBounds="true"
 | 
				
			||||||
        android:contentDescription="@null"
 | 
					        android:contentDescription="@null"
 | 
				
			||||||
@@ -22,9 +22,9 @@
 | 
				
			|||||||
        android:layout_height="wrap_content"
 | 
					        android:layout_height="wrap_content"
 | 
				
			||||||
        android:layout_marginStart="6.7dp"
 | 
					        android:layout_marginStart="6.7dp"
 | 
				
			||||||
        android:layout_marginTop="10dp"
 | 
					        android:layout_marginTop="10dp"
 | 
				
			||||||
        android:fontFamily="@font/gmarket_sans_medium"
 | 
					        android:fontFamily="@font/pretendard_bold"
 | 
				
			||||||
        android:textColor="@color/color_909090"
 | 
					        android:textColor="@color/white"
 | 
				
			||||||
        android:textSize="12sp"
 | 
					        android:textSize="16sp"
 | 
				
			||||||
        app:layout_constraintStart_toEndOf="@+id/iv_profile"
 | 
					        app:layout_constraintStart_toEndOf="@+id/iv_profile"
 | 
				
			||||||
        app:layout_constraintTop_toTopOf="parent"
 | 
					        app:layout_constraintTop_toTopOf="parent"
 | 
				
			||||||
        tools:text="dksoew10" />
 | 
					        tools:text="dksoew10" />
 | 
				
			||||||
@@ -34,10 +34,10 @@
 | 
				
			|||||||
        android:layout_width="wrap_content"
 | 
					        android:layout_width="wrap_content"
 | 
				
			||||||
        android:layout_height="wrap_content"
 | 
					        android:layout_height="wrap_content"
 | 
				
			||||||
        android:layout_marginStart="6.7dp"
 | 
					        android:layout_marginStart="6.7dp"
 | 
				
			||||||
        android:layout_marginTop="8.3dp"
 | 
					        android:layout_marginTop="4dp"
 | 
				
			||||||
        android:fontFamily="@font/gmarket_sans_medium"
 | 
					        android:fontFamily="@font/pretendard_medium"
 | 
				
			||||||
        android:textColor="@color/color_555555"
 | 
					        android:textColor="#78909C"
 | 
				
			||||||
        android:textSize="10.7sp"
 | 
					        android:textSize="14sp"
 | 
				
			||||||
        app:layout_constraintStart_toEndOf="@+id/iv_profile"
 | 
					        app:layout_constraintStart_toEndOf="@+id/iv_profile"
 | 
				
			||||||
        app:layout_constraintTop_toBottomOf="@+id/tv_nickname"
 | 
					        app:layout_constraintTop_toBottomOf="@+id/tv_nickname"
 | 
				
			||||||
        tools:ignore="SmallSp"
 | 
					        tools:ignore="SmallSp"
 | 
				
			||||||
@@ -66,10 +66,10 @@
 | 
				
			|||||||
            android:layout_width="match_parent"
 | 
					            android:layout_width="match_parent"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:layout_marginStart="6.7dp"
 | 
					            android:layout_marginStart="6.7dp"
 | 
				
			||||||
            android:fontFamily="@font/gmarket_sans_medium"
 | 
					            android:fontFamily="@font/pretendard_medium"
 | 
				
			||||||
            android:lineSpacingExtra="8dp"
 | 
					            android:lineSpacingExtra="8dp"
 | 
				
			||||||
            android:textColor="@color/color_eeeeee"
 | 
					            android:textColor="@color/color_eeeeee"
 | 
				
			||||||
            android:textSize="13.3sp"
 | 
					            android:textSize="16sp"
 | 
				
			||||||
            tools:text="내용 읽어보니까 결혼해도 될것 같은데요. 원래 서로 맞춰가며 사는거죠! 응원합니다." />
 | 
					            tools:text="내용 읽어보니까 결혼해도 될것 같은데요. 원래 서로 맞춰가며 사는거죠! 응원합니다." />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <RelativeLayout
 | 
					        <RelativeLayout
 | 
				
			||||||
@@ -94,7 +94,7 @@
 | 
				
			|||||||
                android:textColor="@color/color_eeeeee"
 | 
					                android:textColor="@color/color_eeeeee"
 | 
				
			||||||
                android:textColorHint="@color/color_eeeeee"
 | 
					                android:textColorHint="@color/color_eeeeee"
 | 
				
			||||||
                android:textCursorDrawable="@drawable/edit_text_cursor"
 | 
					                android:textCursorDrawable="@drawable/edit_text_cursor"
 | 
				
			||||||
                android:textSize="13.3sp"
 | 
					                android:textSize="14sp"
 | 
				
			||||||
                android:theme="@style/EditTextStyle"
 | 
					                android:theme="@style/EditTextStyle"
 | 
				
			||||||
                tools:ignore="LabelFor" />
 | 
					                tools:ignore="LabelFor" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -104,7 +104,7 @@
 | 
				
			|||||||
                android:layout_height="wrap_content"
 | 
					                android:layout_height="wrap_content"
 | 
				
			||||||
                android:layout_alignParentEnd="true"
 | 
					                android:layout_alignParentEnd="true"
 | 
				
			||||||
                android:background="@drawable/bg_round_corner_6_7_3bb9f1"
 | 
					                android:background="@drawable/bg_round_corner_6_7_3bb9f1"
 | 
				
			||||||
                android:fontFamily="@font/gmarket_sans_bold"
 | 
					                android:fontFamily="@font/pretendard_bold"
 | 
				
			||||||
                android:padding="13dp"
 | 
					                android:padding="13dp"
 | 
				
			||||||
                android:text="수정"
 | 
					                android:text="수정"
 | 
				
			||||||
                android:textColor="@color/white" />
 | 
					                android:textColor="@color/white" />
 | 
				
			||||||
@@ -133,7 +133,7 @@
 | 
				
			|||||||
                android:layout_width="wrap_content"
 | 
					                android:layout_width="wrap_content"
 | 
				
			||||||
                android:layout_height="wrap_content"
 | 
					                android:layout_height="wrap_content"
 | 
				
			||||||
                android:background="@drawable/bg_round_corner_16_7_4c9970ff"
 | 
					                android:background="@drawable/bg_round_corner_16_7_4c9970ff"
 | 
				
			||||||
                android:fontFamily="@font/gmarket_sans_medium"
 | 
					                android:fontFamily="@font/pretendard_medium"
 | 
				
			||||||
                android:paddingHorizontal="13.3dp"
 | 
					                android:paddingHorizontal="13.3dp"
 | 
				
			||||||
                android:paddingVertical="6.7dp"
 | 
					                android:paddingVertical="6.7dp"
 | 
				
			||||||
                android:textColor="@color/white"
 | 
					                android:textColor="@color/white"
 | 
				
			||||||
@@ -149,9 +149,9 @@
 | 
				
			|||||||
                    android:layout_width="wrap_content"
 | 
					                    android:layout_width="wrap_content"
 | 
				
			||||||
                    android:layout_height="wrap_content"
 | 
					                    android:layout_height="wrap_content"
 | 
				
			||||||
                    android:layout_marginStart="6.7dp"
 | 
					                    android:layout_marginStart="6.7dp"
 | 
				
			||||||
                    android:fontFamily="@font/gmarket_sans_medium"
 | 
					                    android:fontFamily="@font/pretendard_medium"
 | 
				
			||||||
                    android:textColor="@color/color_555555"
 | 
					                    android:textColor="@color/color_555555"
 | 
				
			||||||
                    android:textSize="10.7sp"
 | 
					                    android:textSize="12sp"
 | 
				
			||||||
                    tools:ignore="SmallSp"
 | 
					                    tools:ignore="SmallSp"
 | 
				
			||||||
                    tools:text="2021.07.01 10:30" />
 | 
					                    tools:text="2021.07.01 10:30" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -162,7 +162,7 @@
 | 
				
			|||||||
                    android:layout_marginStart="4dp"
 | 
					                    android:layout_marginStart="4dp"
 | 
				
			||||||
                    android:text="답글 수정"
 | 
					                    android:text="답글 수정"
 | 
				
			||||||
                    android:textColor="@color/color_3bb9f1"
 | 
					                    android:textColor="@color/color_3bb9f1"
 | 
				
			||||||
                    android:textSize="10.7sp"
 | 
					                    android:textSize="12sp"
 | 
				
			||||||
                    android:visibility="gone"
 | 
					                    android:visibility="gone"
 | 
				
			||||||
                    tools:ignore="SmallSp" />
 | 
					                    tools:ignore="SmallSp" />
 | 
				
			||||||
            </LinearLayout>
 | 
					            </LinearLayout>
 | 
				
			||||||
@@ -191,7 +191,7 @@
 | 
				
			|||||||
                android:textColor="@color/color_eeeeee"
 | 
					                android:textColor="@color/color_eeeeee"
 | 
				
			||||||
                android:textColorHint="@color/color_eeeeee"
 | 
					                android:textColorHint="@color/color_eeeeee"
 | 
				
			||||||
                android:textCursorDrawable="@drawable/edit_text_cursor"
 | 
					                android:textCursorDrawable="@drawable/edit_text_cursor"
 | 
				
			||||||
                android:textSize="13.3sp"
 | 
					                android:textSize="14sp"
 | 
				
			||||||
                android:theme="@style/EditTextStyle"
 | 
					                android:theme="@style/EditTextStyle"
 | 
				
			||||||
                tools:ignore="LabelFor" />
 | 
					                tools:ignore="LabelFor" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -201,7 +201,7 @@
 | 
				
			|||||||
                android:layout_height="wrap_content"
 | 
					                android:layout_height="wrap_content"
 | 
				
			||||||
                android:layout_alignParentEnd="true"
 | 
					                android:layout_alignParentEnd="true"
 | 
				
			||||||
                android:background="@drawable/bg_round_corner_6_7_3bb9f1"
 | 
					                android:background="@drawable/bg_round_corner_6_7_3bb9f1"
 | 
				
			||||||
                android:fontFamily="@font/gmarket_sans_bold"
 | 
					                android:fontFamily="@font/pretendard_bold"
 | 
				
			||||||
                android:padding="13dp"
 | 
					                android:padding="13dp"
 | 
				
			||||||
                android:text="등록"
 | 
					                android:text="등록"
 | 
				
			||||||
                android:textColor="@color/white" />
 | 
					                android:textColor="@color/white" />
 | 
				
			||||||
@@ -214,10 +214,10 @@
 | 
				
			|||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:layout_marginStart="4dp"
 | 
					            android:layout_marginStart="4dp"
 | 
				
			||||||
            android:layout_marginTop="10dp"
 | 
					            android:layout_marginTop="10dp"
 | 
				
			||||||
            android:fontFamily="@font/gmarket_sans_medium"
 | 
					            android:fontFamily="@font/pretendard_medium"
 | 
				
			||||||
            android:text="답글 쓰기"
 | 
					            android:text="답글 쓰기"
 | 
				
			||||||
            android:textColor="@color/color_3bb9f1"
 | 
					            android:textColor="@color/color_3bb9f1"
 | 
				
			||||||
            android:textSize="10.7sp"
 | 
					            android:textSize="12sp"
 | 
				
			||||||
            tools:ignore="SmallSp" />
 | 
					            tools:ignore="SmallSp" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </FrameLayout>
 | 
					    </FrameLayout>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -49,7 +49,7 @@
 | 
				
			|||||||
                android:fontFamily="@font/gmarket_sans_medium"
 | 
					                android:fontFamily="@font/gmarket_sans_medium"
 | 
				
			||||||
                android:text="응원"
 | 
					                android:text="응원"
 | 
				
			||||||
                android:textColor="@color/color_eeeeee"
 | 
					                android:textColor="@color/color_eeeeee"
 | 
				
			||||||
                android:textSize="14.7sp" />
 | 
					                android:textSize="16sp" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <TextView
 | 
					            <TextView
 | 
				
			||||||
                android:id="@+id/tv_cheers_count"
 | 
					                android:id="@+id/tv_cheers_count"
 | 
				
			||||||
@@ -58,7 +58,7 @@
 | 
				
			|||||||
                android:layout_marginStart="6.7dp"
 | 
					                android:layout_marginStart="6.7dp"
 | 
				
			||||||
                android:fontFamily="@font/gmarket_sans_medium"
 | 
					                android:fontFamily="@font/gmarket_sans_medium"
 | 
				
			||||||
                android:textColor="@color/color_777777"
 | 
					                android:textColor="@color/color_777777"
 | 
				
			||||||
                android:textSize="12sp"
 | 
					                android:textSize="14sp"
 | 
				
			||||||
                tools:text="3" />
 | 
					                tools:text="3" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        </LinearLayout>
 | 
					        </LinearLayout>
 | 
				
			||||||
@@ -83,7 +83,7 @@
 | 
				
			|||||||
                android:textColor="@color/color_eeeeee"
 | 
					                android:textColor="@color/color_eeeeee"
 | 
				
			||||||
                android:textColorHint="@color/color_eeeeee"
 | 
					                android:textColorHint="@color/color_eeeeee"
 | 
				
			||||||
                android:textCursorDrawable="@drawable/edit_text_cursor"
 | 
					                android:textCursorDrawable="@drawable/edit_text_cursor"
 | 
				
			||||||
                android:textSize="13.3sp"
 | 
					                android:textSize="14sp"
 | 
				
			||||||
                tools:ignore="LabelFor" />
 | 
					                tools:ignore="LabelFor" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <ImageView
 | 
					            <ImageView
 | 
				
			||||||
@@ -114,7 +114,7 @@
 | 
				
			|||||||
            android:gravity="center"
 | 
					            android:gravity="center"
 | 
				
			||||||
            android:text="응원이 없습니다.\n\n처음으로 응원을 해보세요!"
 | 
					            android:text="응원이 없습니다.\n\n처음으로 응원을 해보세요!"
 | 
				
			||||||
            android:textColor="@color/color_bbbbbb"
 | 
					            android:textColor="@color/color_bbbbbb"
 | 
				
			||||||
            android:textSize="13.3sp"
 | 
					            android:textSize="14sp"
 | 
				
			||||||
            android:visibility="gone" />
 | 
					            android:visibility="gone" />
 | 
				
			||||||
    </LinearLayout>
 | 
					    </LinearLayout>
 | 
				
			||||||
</LinearLayout>
 | 
					</LinearLayout>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user