Set the main layout of this activity

Property definitions

android :: native_ui $ NativeActivity :: content_view=
	# Set the main layout of this activity
	fun content_view=(layout: NativeViewGroup) in "Java" `{
		self.setContentView(layout);
	`}
lib/android/ui/native_ui.nit:42,2--45,3