Skip to content

Commit

Permalink
[ADD] #8-add string for popup & apply manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
librarywon committed May 26, 2023
1 parent b27638b commit e6eb3a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<activity
android:name=".presentation.review.ReviewActivity"
android:exported="true" />
<activity
android:name=".presentation.profile.ProfileActivity"
android:exported="true" />
<activity
android:name=".presentation.page.PageActivity"
android:exported="true">
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@

<!-- home -->
<string name="sample3">sample3</string>
<!-- popup -->
<string name="home_popup_mainText">알바가 지원되었습니다!</string>
<string name="home_popup_subText">자세한 정보는\n마이페이지에서 확인하세요!</string>
<string name="home_popup_check">확인</string>
<string name="profile_popup_mainText">지금 나가시면\n작성하신 정보가 삭제됩니다.</string>
<string name="profile_popup_subText">나가시면 작성하신 정보가\n삭제됩니다. 그래도 나가시겠습니까?</string>
<string name="profile_popup_cancel">취소</string>
<string name="profile_popup_exit">나가기</string>

</resources>

Expand Down

0 comments on commit e6eb3a5

Please sign in to comment.