feat(ui): 채팅 탭 내 TabLayout 캐릭터, 톡 탭 추가
This commit is contained in:
@@ -132,4 +132,5 @@
|
||||
<color name="color_ec3aa6">#EC3AA6</color>
|
||||
<color name="color_7849bc">#7849BC</color>
|
||||
<color name="color_607d8b">#607D8B</color>
|
||||
<color name="color_b0bec5">#B0BEC5</color>
|
||||
</resources>
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
</style>
|
||||
|
||||
<style name="tabText" parent="@android:style/TextAppearance.Widget.TabWidget">
|
||||
<item name="android:fontFamily">@font/gmarket_sans_medium</item>
|
||||
<item name="android:fontFamily">@font/pretendard_bold</item>
|
||||
<item name="android:textSize">18sp</item>
|
||||
</style>
|
||||
|
||||
<style name="ContentMainTabText" parent="@android:style/TextAppearance.Widget.TabWidget">
|
||||
|
||||
Reference in New Issue
Block a user