Android Studio – How can you access an textview's id on its fragment definition?
I am trying to access an TextView element on a wrapped Relative layout by id but it doesnt shows up in the reference's Id, So how could I possibly get the element's view by id with the findViewById method? I…