Skip to content

Commit

Permalink
[CHORE] #104 : resource 추가 및 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Nov 18, 2023
1 parent fee5fb3 commit 70b17b3
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 10 deletions.
6 changes: 6 additions & 0 deletions client/app/src/main/res/color/textfield_storke_color.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<selector xmlns:android="https://schemas.android.com/apk/res/android">
<item android:color="@color/black" android:state_focused="true"/>
<item android:color="@color/black" android:state_hovered="true"/>
<item android:color="@color/gray" android:state_enabled="false"/>
<item android:color="@color/gray"/> <!-- unfocused -->
</selector>
5 changes: 0 additions & 5 deletions client/app/src/main/res/drawable/ic_baseline_aspect_ratio.xml

This file was deleted.

Binary file added client/app/src/main/res/drawable/ic_close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/app/src/main/res/drawable/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="https://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="10dp" />
<solid android:color="@color/light_gray" />
</shape>
26 changes: 21 additions & 5 deletions client/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<resources>
<string name="app_name">HealthC</string>
<string name="sign_up_name">반가워요! 제이름은 헬씨에요. \n어떻게 불러드리면 될까요?</string>
<string name="sign_up_title">회원가입</string>
<string name="sign_up_content">회원등록을 위해 정보를 입력해주세요.</string>
<string name="sign_up_email">사용할 이메일을\n입력해주세요.</string>
<string name="sign_up_password">사용할 비밀번호를\n입력해주세요.</string>
<string name="sign_up_info">갖고있는 알레르기가 있다면\n선택해주세요.</string>
Expand All @@ -10,9 +11,9 @@
<string name="sign_out">로그아웃</string>
<string name="next">다음</string>
<string name="done">완료</string>
<string name="hint_email">이메일을 입력하세요.</string>
<string name="hint_password">비밀번호을 입력하세요.</string>
<string name="hint_name">이름을 알려주세요.</string>
<string name="hint_email">이메일 입력</string>
<string name="hint_password">비밀번호 입력</string>
<string name="hint_name">이름 입력</string>
<string name="hint_info">알레르기를 유발할 수 있는 성분을 가진 음식을 알려드릴게요!</string>
<string name="sign_in_healthc">스마트 돋보기 헬씨에\n오신걸 환영해요!</string>
<string name="sign_in_email">이메일을 입력하세요.</string>
Expand All @@ -36,7 +37,7 @@
<string name="positive_dialog_content">알레르기를 유발하는 성분이 포함되어 있지 않습니다.</string>
<string name="negative_dialog_title">먹을 수 없는 음식</string>
<string name="profile_title">%1$s 님\n오늘도 건강한 하루 보내세요!</string>
<string name="profile_username_edit">닉네임 수정</string>
<string name="profile_username_edit">이름 수정</string>
<string name="profile_allergy_title">%1$s 님의 알레르기 정보입니다.</string>
<string name="food_search">식품 알레르기를 입력하세요.</string>
<string name="food_title">알레르기 카테고리</string>
Expand Down Expand Up @@ -89,4 +90,19 @@
<string name="object_detection_result">인식된 음식</string>
<string name="food_detection">음식 인식</string>
<string name="recongnized_text">인식된 텍스트</string>
<string name="profile">프로필</string>
<string name="cancel">취소</string>
<string name="home_top_app_name">HealthC |</string>
<string name="home_camera_content">사진에 알러지 요소가 포함되어 있는지 확인해드릴게요!</string>
<string name="home_camera_title">알러지 예방 푸드 카메라</string>
<string name="home_camera_ocr_content">광학문자인식을 활용한</string>
<string name="home_camera_ocr_title">영양성분표 사진 인식하기</string>
<string name="home_camera_o_d_content">객체인식을 활용한</string>
<string name="home_camera_o_d_title">음식 사진 인식하기</string>
<string name="home_product_title">가공식품 영양성분 검색</string>
<string name="home_product_content">가공식품에 포함된 알러지 요소를 확인하세요!</string>
<string name="home_product_edittext_hint">가공식품 검색 (국내/해외)</string>
<string name="home_recipe_title">알러지 요소가 포함된 음식 검색</string>
<string name="home_recipe_content">주의해서 먹어야 하는 음식을 확인하세요!</string>
<string name="home_recipe_button_text">내 알러지 요소가 들어간 음식 보러가기</string>
</resources>

0 comments on commit 70b17b3

Please sign in to comment.