I have a res/layout/main.xml including these elements and others:
res/layout/main.xml
In my case findViewById was returning null because my custom view looked something like this in the main XML:
and I found out that when I added the xmlns stuff it worked like this: