Skip to content

Commit 3ddf200

Browse files
committed
feat/#7: string 리소스 추가
1 parent 0457da1 commit 3ddf200

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
<string name="empty_string">데이터가 없습니다.</string>
44
<string name="loading_string">로딩 중...</string>
55

6-
<string name="profile">프로필</string>
6+
<!-- Navigation -->
7+
<!--Home-->
8+
<string name="ic_home_description">home</string>
9+
10+
<!--Course-->
11+
<string name="ic_course_description">course</string>
12+
13+
<!--Community-->
14+
<string name="ic_community_description">community</string>
15+
16+
<!--MyPage-->
17+
<string name="ic_mypage_description">mypage</string>
718

819
</resources>

0 commit comments

Comments
 (0)