Create a NativeBitmap using a resource ID and the NativeResources

Called by the ResourceManager

Property definitions

android $ NativeBitmap :: from_resources
	# Create a NativeBitmap using a resource ID and the NativeResources
	# Called by the ResourceManager
	new from_resources(res: NativeResources, id: Int) in "Java" `{ return BitmapFactory.decodeResource(res, (int)id); `}
lib/android/assets_and_resources.nit:302,2--304,117