saulmm/Android-Material-Examples

Wrong ID in SlidingActivity.java

rayliverified opened this issue · 1 comments

SlidingActivity.java was not compiling correctly and throwing up a NullPointerException for toolbar related calls. Turns out that the view that is being referenced, "activity_transition_header" is incorrect. The correct ID is "toolbar". Changing the ID to "toolbar" fixes the NullPointerException. The improper change was made in the latest commit by saulmm on Mar 18, 2015.

Closing due to inactivity.