From db2a19185e5278a4bea6d201336a10193d5cac64 Mon Sep 17 00:00:00 2001 From: yskim6772 Date: Sat, 18 Jan 2025 20:15:20 +0900 Subject: [PATCH] =?UTF-8?q?#39=20[add]=20:=20SmallChipType=20enum=20class?= =?UTF-8?q?=EC=97=90=20CHAT=5FCOUNT=20=ED=83=80=EC=9E=85=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/sopt/withsuhyeon/core/type/SmallChipType.kt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/main/java/com/sopt/withsuhyeon/core/type/SmallChipType.kt b/app/src/main/java/com/sopt/withsuhyeon/core/type/SmallChipType.kt index 0bab643..ed9b0c6 100644 --- a/app/src/main/java/com/sopt/withsuhyeon/core/type/SmallChipType.kt +++ b/app/src/main/java/com/sopt/withsuhyeon/core/type/SmallChipType.kt @@ -51,4 +51,11 @@ enum class SmallChipType( textColor = defaultWithSuhyeonColors.Purple400, requiresDynamicString = true ), + CHAT_COUNT( + titleResId = R.string.type_chat, + backgroundColor = defaultWithSuhyeonColors.Purple50, + textColor = defaultWithSuhyeonColors.Purple900, + horizontalPadding = 8.dp, + requiresDynamicString = true + ) } \ No newline at end of file