라이브 채팅 폰트 사이즈

AS-IS : 14sp
TO-BE : 15sp
This commit is contained in:
klaus 2023-12-27 00:23:01 +09:00
parent 2400123a92
commit bf3e6230a0
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
android:layout_marginTop="6.7dp" android:layout_marginTop="6.7dp"
android:lineSpacingExtra="4dp" android:lineSpacingExtra="4dp"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="14sp" android:textSize="15sp"
tools:text="안녕하세요~!" /> tools:text="안녕하세요~!" />
<TextView <TextView
@ -106,7 +106,7 @@
android:layout_marginTop="6.7dp" android:layout_marginTop="6.7dp"
android:lineSpacingExtra="4dp" android:lineSpacingExtra="4dp"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="14sp" android:textSize="15sp"
tools:text="안녕하세요~!" /> tools:text="안녕하세요~!" />
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>