Skip to content

Commit

Permalink
fix : 이미지 용량 큰 값 삭제 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 20, 2023
1 parent be68fa8 commit 4e6d0ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class HomeFragment : Fragment() {
Dog("진돗개", R.drawable.img_jindo, SIZE_MEDIUM),
Dog("비글", R.drawable.img_beagle, SIZE_MEDIUM),
Dog("골든 리트리버", R.drawable.img_golden_retriever, SIZE_LARGE),
Dog("사모예드", R.drawable.img_samoyed, SIZE_LARGE),
Dog("셰퍼드", R.drawable.img_shepherd, SIZE_LARGE)
)

Expand Down

0 comments on commit 4e6d0ae

Please sign in to comment.