Suppose there are two matrix $A$ and $B$. The components of each matrix is non-negative.
And $$Ax_1=\lambda_1 x_1 $$ where $\lambda_1$ is the maximum eigenvalue of $A$.
Similarly
$$Bx_2=\lambda_2 x_2 $$ where $\lambda_2$ is the maximum eigenvalue of $B$.
Let $C = A+B$
And $$Cx=\lambda x $$ where $\lambda$ is the maximum eigenvalue of $C$.
From wiki(https://en.wikipedia.org/wiki/Matrix_norm), it shows that $$\left\| A+B \right\|\le \left\| A \right\|+\left\| B \right\|$$ The maximum eigenvalue is 2 norm. So no matter the components are negative or not, $$\lambda\le \lambda_1+\lambda_2$$