Skip to content

Commit

Permalink
[CHORE] #102 : Resource 수정 (색상, 이미지, 문자열)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Nov 17, 2023
1 parent e031b25 commit 747717b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified client/app/src/main/res/drawable/gallery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="light_black">#FF474747</color>
<color name="light_black">#FF242425</color>
<color name="white">#FFFFFFFF</color>
<color name="green">#FF2BAE66</color>
<color name="white_yellow">#FFFCF6F5</color>
Expand Down
1 change: 1 addition & 0 deletions client/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@
<string name="failed_object_detection_title">음식을 인식할 수 없습니다.\n더 멀리서 찍거나, 다른 사진을 사용해주세요 !</string>
<string name="object_detection_result">인식된 음식</string>
<string name="food_detection">음식 인식</string>
<string name="recongnized_text">인식된 텍스트</string>
</resources>

0 comments on commit 747717b

Please sign in to comment.