Fix inspector talkback talkback issue

The TextView of inspector was treated as clickable component
by set textIsSelectable=true, however, it should be a single
text by design. We should turn clickable=false to
solve GAR concern.

Fix: 130267148
Test: manual enable talkback and focus on TextView,
      no longer speak "double tap to activate"
Test: atest DocumentsUIGoogleTests
Change-Id: Ib1b23661d57ab581e2c30f120b269facf7c1dadf
2 files changed