Believe it or not, the TextView displayed on the layout with visibility = "gone" . There were precedents? Where to looking for?
UPDATE
Screenshots in order.
- TextView in markup:
- TextView in the search results (to the question of further manipulations with the textview):
- This is how TextView tvMid looks on a layout in Android Studio:
- And finally, it looks like this on the device:
UPDATE 2:
Empirically it turned out that the Fundapter was guilty of amigo. Visibility changes here:
BindDictionary<master> dict = new BindDictionary<master>(); dict.addStringField(R.id.tvMid, new StringExtractor<master>() { @Override public String getStringValue(master person, int position) { return person.user_id; } }); Tell me how to treat?



