Let the density of $X$ be $\displaystyle\frac{1}{2\theta}\mathbb{I}_{(-\theta,\theta)}(x)$.
I did some calculations and since the derivative is always negative, I thought the MLE would be $\hat \theta=\max(\{x_i,-x_i\})$. However, at that point the density is zero...
The density doesn't determine completely the distribution, so we could instead suppose that the density is $\displaystyle\frac{1}{2\theta}\mathbb{I}_{[-\theta,\theta]}(x)$, and since $[x,\infty)\cap [-x,\infty)=[\max\{x,-x\},\infty)$, we could now have $\hat \theta=\max(\{x_i,-x_i\})$ without the density being zero.
Am I correct?