The title text is more of a gray than a solid black, center instead of left justified, and larger than the design in the document
Make sure to follow the design to ease the work required by the user to synthesize the displayed information
SearchView doesn't work
Overall the general issue is that the design isn't being followed when it should be. The SearchView is a major culprit here as well. While it's an attempt, items that cause an app to crash should not be shown or implemented in an application that is deployed, demoed, or showed. Either complete the implementation, or remove it.
Overflow Menu is the wrong color, it is black when it should be white
Check token Menu option is unnecessary and could potentially be dangerous
Log
functionsThe overflow icon should display one option “Log Out” which just clears the user’s Login information
Preview pictures are large
Events show location but not the date or time as shown in the design
No Padding
Remove unnecessary Snackbars that show the events title as it distracts the user by showing a popup https://github.com/heecheon92/Android-Project/blob/a05d23c117f810ca2ff297a08d27d7d918636451/FargoEventProject/app/src/main/java/com/example/heecheonpark/parkfinalproject/CustomListAdapter.java#L141
Incorrect Text sizing and colors:
SearchView doesn't work
Overall the general issue is that the design isn't being followed when it should be. The SearchView is a major culprit here as well. While it's an attempt, items that cause an app to crash should not be shown or implemented in an application that is deployed, demoed, or showed. Either complete the implementation, or remove it.