Adding Additional Activity .cs and Layout axml Using Visual Studio 2015.
I\'m very new to Xamarin and Android
Check if you are missing these namespaces in your layout file -
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools"