I resorted to using an <a> tag, but it looks like the second space being escaped to %20 would've worked. (I caught one space, missed one, the first edit, which I then cleaned up within 5 minutes.) I also changed the parens in the URL to %28 and %29, but, IIRC, that isn't required in the "outline" format you had originally. Parens within the link text have always worked, AFAIK.
Test
inline
outline
[inline](http://developer.android.com/reference/android/view/View.html#View%28android.content.Context,%20android.util.AttributeSet,%20int%29)
[outline][1]
[1]: http://developer.android.com/reference/android/view/View.html#View%28android.content.Context,%20android.util.AttributeSet,%20int%29