I have lots of shared resources (layout, drawable, etc) in my Xamarin.Android projects. I want to have these shared resources in a centralized 'shared project'. (I cannot use Xamarin Library project type for some reason. 'Shared project' is my only choice here). However, the 'Build action' in shared project is limited to the following:
Is there any chance to use the 'AndroidResource' build action here?