We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beb6af3 + 3ddf200 commit 92c0990Copy full SHA for 92c0990
app/src/main/res/values/strings.xml
@@ -3,6 +3,17 @@
3
<string name="empty_string">데이터가 없습니다.</string>
4
<string name="loading_string">로딩 중...</string>
5
6
- <string name="profile">프로필</string>
+ <!-- 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>
18
19
</resources>
0 commit comments