Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JaewonKim04 committed Dec 13, 2021
2 parents 17a7dcc + 01d5a73 commit f7325dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ class MealAdapter(
meals.putAll(mealList)
notifyDataSetChanged()
}

fun updateMeal(startPosition: Int, endPosition: Int, mealList: HashMap<Int, MealItem>) {
meals.putAll(mealList)
notifyItemRangeChanged(startPosition, endPosition)
}
}
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_introduce_club.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
android:layout_marginTop="20dp"
android:layout_marginStart="30dp"
android:fontFamily="@font/nanumsquareregular"
android:text="@string/children_club"
android:text="@string/developer_club"
android:textColor="@color/gray_300"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/title_tv" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string name="intro_developer">개발자 μ†Œκ°œ</string>
<string name="intro_club">동아리 μ†Œκ°œ</string>
<string name="children_club">μžλ…€μ˜ 동아리</string>
<string name="developer_club">PMS 개발 동아리</string>
<string name="intro_main_dms">λŒ€λ§ˆκ³ μ˜ μžλž‘κ±°λ¦¬λ₯Ό μ†Œκ°œν•©λ‹ˆλ‹€</string>
<string name="save_login_info">λ‘œκ·ΈμΈμ •λ³΄ μ €μž₯</string>
<string name="school_notify">ν•™κ΅μ†Œμ‹</string>
Expand Down

0 comments on commit f7325dc

Please sign in to comment.