Skip to content

Commit

Permalink
Baron Profile Update (I won't delete the app icon accidentally anymor…
Browse files Browse the repository at this point in the history
…e QAQ)
  • Loading branch information
baronhsieh2005 committed Apr 6, 2024
1 parent 22d7ba9 commit f7ece10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AboutFragment : Fragment() {

binding.ourTeamRv.layoutManager = GridLayoutManager(context, 3)
binding.alumniRv.layoutManager = GridLayoutManager(context, 3)
val members = arrayListOf("Rohan Chhaya", "Julius Snipes", "Aaron Mei", "Trini Feng", "Vedha Avali", "Joe MacDougall")
val members = arrayListOf("Rohan Chhaya", "Julius Snipes", "Aaron Mei", "Trini Feng", "Vedha Avali", "Joe MacDougall", "Baron Ping-Yeh Hsieh")
val alumni = arrayListOf("Marta García Ferreiro", "Varun Ramakrishnan", "Sahit Penmatcha",
"Anna Wang", "Sophia Ye", "Awad Irfan", "Liz Powell", "Davies Lumumba", "Anna Jiang", "Ali Krema")
binding.ourTeamRv.adapter = AboutAdapter(members)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class AboutAdapter(private var members: ArrayList<String>)
"Vedha Avali" -> R.drawable.vedha
"Aaron Mei" -> R.drawable.aaron
"Joe MacDougall" -> R.drawable.joe
"Baron Ping-Yeh Hsieh" -> R.drawable.baron
else -> null
}
if (imageId != null) holder.view.person_iv?.setImageResource(imageId)
Expand Down
Binary file added PennMobile/src/main/res/drawable/baron.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 f7ece10

Please sign in to comment.