Skip to content

Commit

Permalink
Add kaushik.jpg profile image and update adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Akula112233 committed Sep 29, 2024
1 parent b34951a commit 313c689
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ fastlane/readme.md
src/main/assets/crashlytics-build.properties
src/main/res/values/com_crashlytics_export_strings.xml
crashlytics.properties

*/ktlint.jar
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class AboutFragment : Fragment() {
"Joe MacDougall",
"Baron Ping-Yeh Hsieh",
"David Fu",
"Kaushik Akula",
)
val alumni =
arrayListOf(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class AboutAdapter(
"Joe MacDougall" -> R.drawable.joe
"Baron Ping-Yeh Hsieh" -> R.drawable.baron
"David Fu" -> R.drawable.david
"Kaushik Akula" -> R.drawable.kaushik
else -> null
}
if (imageId != null) holder.view.person_iv?.setImageResource(imageId)
Expand Down
Binary file added PennMobile/src/main/res/drawable/kaushik.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 313c689

Please sign in to comment.