diff --git a/feature/src/main/java/com/terning/feature/search/SearchRoute.kt b/feature/src/main/java/com/terning/feature/search/SearchRoute.kt
index a866d8018..5628d6d27 100644
--- a/feature/src/main/java/com/terning/feature/search/SearchRoute.kt
+++ b/feature/src/main/java/com/terning/feature/search/SearchRoute.kt
@@ -2,6 +2,7 @@ package com.terning.feature.search
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
+import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.material3.Text
@@ -15,6 +16,7 @@ import androidx.compose.ui.res.stringResource
import androidx.compose.ui.unit.dp
import com.terning.core.designsystem.component.textfield.SearchTextField
import com.terning.core.designsystem.theme.Black
+import com.terning.core.designsystem.theme.Grey400
import com.terning.core.designsystem.theme.TerningTheme
import com.terning.feature.R
import com.terning.feature.search.component.ImageSlider
@@ -50,15 +52,26 @@ fun SearchScreen() {
}
ImageSlider(
- modifier = Modifier,
images = images
)
- Column {
+
+ Spacer(modifier = Modifier.padding(8.dp))
+
+
+ Column(
+ modifier = Modifier.padding(horizontal = 16.dp),
+ ) {
Text(
text = stringResource(id = R.string.search_today_popular),
- modifier = Modifier.padding(16.dp),
+ modifier = Modifier.padding(vertical = 4.dp),
style = TerningTheme.typography.title1,
- color = Black,
+ color = Black
+ )
+
+ Text(
+ text = stringResource(id = R.string.search_most_view_intern),
+ style = TerningTheme.typography.title5,
+ color = Grey400
)
}
diff --git a/feature/src/main/res/values/strings.xml b/feature/src/main/res/values/strings.xml
index 247539e52..39feacd21 100644
--- a/feature/src/main/res/values/strings.xml
+++ b/feature/src/main/res/values/strings.xml
@@ -24,6 +24,8 @@
관심있는 인턴 공고 키워드를 검색해보세요
요즘 대학생들에게 인기 있는 공고
+ 지금 조회수가 많은 공고들이에요
+ 지금 스크랩 수가 많은 공고들이에요
일
월